[FFmpeg-devel] [PATCH] Do not set non_interleaved for DV-in-AVI.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Apr 25 14:26:04 CEST 2011


On Mon, Apr 25, 2011 at 02:11:18PM +0200, Michael Niedermayer wrote:
> On Mon, Apr 25, 2011 at 01:56:33PM +0200, Reimar Döffinger wrote:
> > It does not make sense (DV is interleaved by design) and
> > it avoids a crash when the non-interleaved code tries to
> > use the priv_data of streams created by the DV demuxer.
> > The crash could be avoided differently, but then that stream
> > would still lack an index and would not play correctly in
> > non-interleaved mode.
> > ---
> >  libavformat/avidec.c |    4 ++++
> >  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> ok if you confirmed that this fixes a bug
> also please document which file/report this fixes exactly

Oh, that was my intention, while writing that long text
I forgot about it (I've been going through old bug reports).
Anyway, pushed.


More information about the ffmpeg-devel mailing list