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.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel