Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt codec PrivateData following libavformat behavior change for AV1
FFmpeg pre 5.0 used to skip the first 4 bytes, hw codecs does not know how to manage without this. FFmpeg sw codecs (via dav1d) is supposed to handle this, but it does not either with our libavcodec implementation. Fix AV1 decoding for ffmpeg 5+
- Loading branch information