[FFmpeg-devel] [PATCH]Support broken prores in mkv

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Apr 5 01:11:02 CEST 2014


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

RL32(track->codec_priv.data + 16);
>      codec_id            = ff_codec_get_id(ff_codec_bmp_tags,
>                                            fourcc);
> +    if (!codec_id)
> +        codec_id        = ff_codec_get_id(ff_codec_movvideo_tags,
> +                                          fourcc);

The other patch is too hackish imo, any comments 
about this one?

Carl Eugen



More information about the ffmpeg-devel mailing list