mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
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>