On Fri, Aug 23, 2013 at 01:30:35PM +0200, Diego Biurrun wrote:
> On Fri, Aug 23, 2013 at 06:01:06AM +0200, Luca Barbato wrote:
> > --- a/libavformat/mov.c
> > +++ b/libavformat/mov.c
> > @@ -1157,113 +1263,8 @@ int ff_mov_read_stsd_entries(MOVContext *c, 
> > AVIOContext *pb, int entries)
> >                  (format >> 24) & 0xff, st->codec->codec_type);
> >  
> >          if (st->codec->codec_type==AVMEDIA_TYPE_VIDEO) {
> > -            unsigned int color_depth, len;
> > -            int color_greyscale;
> > -            int color_table_id;
> > -
> >              st->codec->codec_id = id;
> 
> This assignment was conditional before, now it isn't any longer.

Scratch that, I'm stupid, patch OK.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to