Change #228762
Category | ffmpeg |
Changed by | James Almer <jamrial | @gmail.com>
Changed at | Thu 01 May 2025 19:24:04 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | 8ebccdf2a4f902d289f1ba0da305b5062f6e6fb0 |
Comments
avformat/av1dec: fix setting AVPacket->pos in Annex-B demuxer This demuxers reads encapsulation bytes before reading codec data into the output packets, so take such offset into consideration. Signed-off-by: James Almer <jamrial@gmail.com>
Changed files
- libavformat/av1dec.c