mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-23 07:52:10 +00:00
Similarly to the previous changes, we don't need to synchronise after a memcpy to device memory. On the other hand, we need to keep synchronising after a copy to host memory, otherwise there's no guarantee that subsequent host reads will return valid data.