[FFmpeg-devel] Any suggestion about better handling edit list in mov demuxer.
elupus
elupus
Wed May 12 10:24:50 CEST 2010
>
> - Adding a flag to AVPacket like DROP_AFTER_DECODER, in which case the
> demuxer could mark which packet will be needed to be dropped after decoding,
> and av_read_frame will still return them to pass them to the decoder.
This i think is the best aproach. It is something that can be used for
seeking aswell. (and matches very well what we already do in xbmc after
seeks).
/Joakim
More information about the ffmpeg-devel
mailing list