Change #254501
| Category | ffmpeg |
| Changed by | Nicolas Gaullier <nicolas.gaullier@cji.paris> |
| Changed at | Thu 08 Jan 2026 00:25:18 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | af6a1dd0b2e9cd9b5fe41f1842995496fe083895 |
Comments
avformat/demux: duplicate side_data in parse_packet() If an input packet results in several output packets, the side data will be exported only by the first output packet, and be missing from the rest. Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: James Almer <jamrial@gmail.com>
Changed files
- libavformat/demux.c
- tests/ref/fate/concat-demuxer-simple2-lavf-ts
- tests/ref/fate/ffmpeg-spec-disposition
- tests/ref/fate/ts-demux