[FFmpeg-devel] [PATCH] avcodec/decode: Do not output subtitle frames if the packet is marked with `AV_PKT_FLAG_DISCARD`.

Derek Buitenhuis derek.buitenhuis at gmail.com
Wed May 22 20:30:19 EEST 2019


On 29/04/2019 23:45, fumoboy007 wrote:
> One situation where a subtitle packet can be marked for discard is when demuxing an MOV file that has an edit list.
> ---
>  libavcodec/decode.c | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)

Will this work properly if a given subtitle overlaps an edit boundary?

- Derek


More information about the ffmpeg-devel mailing list