Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #261966

Category ffmpeg
Changed by James Almer <jamrialohnoyoudont@gmail.com>
Changed at Sun 22 Mar 2026 03:35:39
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 711b1a52bd0b631f7ca999419110242c8361f38d

Comments

avformat/movenc: check if a packet is to be discarded when calculating edit list durations
Demuxers like mov will export packets not meant for presentation (e.g. because
an edit list doesn't include them) by flagging them as discard, but the mov
muxer completely ignored this, resulting in output edit lists considering every
packet.

Fixes issue #22552

Signed-off-by: James Almer <jamrial@gmail.com>

Changed files