[FFmpeg-cvslog] r19622 - trunk/libavformat/matroskadec.c

Aurelien Jacobs aurel
Tue Aug 11 00:26:36 CEST 2009


On Mon, Aug 10, 2009 at 11:10:34PM +0200, Benoit Fouet wrote:
> Hi,
> 
> aurel wrote :
> > Author: aurel
> > Date: Mon Aug 10 20:12:02 2009
> > New Revision: 19622
> >
> > Log:
> > matroskadec: disable h264 parser as long as it totally mess up frame type
> >
> > Modified:
> >    trunk/libavformat/matroskadec.c
> >
> > Modified: trunk/libavformat/matroskadec.c
> > ==============================================================================
> > --- trunk/libavformat/matroskadec.c	Mon Aug 10 20:06:14 2009	(r19621)
> > +++ trunk/libavformat/matroskadec.c	Mon Aug 10 20:12:02 2009	(r19622)
> > @@ -1376,6 +1376,7 @@ static int matroska_read_header(AVFormat
> >                        st->codec->height * track->video.display_width,
> >                        st->codec-> width * track->video.display_height,
> >                        255);
> > +            if (st->codec->codec_id != CODEC_ID_H264)
> >              st->need_parsing = AVSTREAM_PARSE_HEADERS;
> >   
> 
> I was eagerly waiting for a second commit to reindent :)

Well, I'm generaly prompt at reindenting. But as this is supposed to be
a temporary hack until the h264 parser is fixed, I thought it may be
better to not reindent this one.
But if someone feel strongly that it should be reindented, feel free to
do so.

Aurel



More information about the ffmpeg-cvslog mailing list