[FFmpeg-devel] [PATCH] lavf/mux: do not fail in case of non monotonically increasing DTS values for data packets

Stefano Sabatini stefasab at gmail.com
Fri May 1 19:10:17 CEST 2015


On date Thursday 2015-04-30 16:24:08 +0200, Michael Niedermayer encoded:
> On Thu, Apr 30, 2015 at 02:20:52PM +0200, Stefano Sabatini wrote:
> > Disable monotonicity test for data packets. Data packets are not supposed
> > to be decoded by FFmpeg, and this checks cause conversion failure with
> > some files with non strictly monotonous timestamps.
> > ---
> >  libavformat/mux.c | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> most muxers will not work with packets which arent ordered no matter
> what type the packets are

Fine, I will drop the patch. The application level can take care of
that if needed (by sorting the misordered packets).
-- 
FFmpeg = Frenzy & Fundamentalist Muttering Plastic Enhancing Geisha


More information about the ffmpeg-devel mailing list