[FFmpeg-devel] [PATCH]Support broken prores in mkv
wm4
nfxjfg at googlemail.com
Sat Apr 5 01:29:05 CEST 2014
On Fri, 4 Apr 2014 23:11:02 +0000 (UTC)
Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> 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?
This code is inside the AVI compatibility path, yet checks mov tags.
It's insane.
More information about the ffmpeg-devel
mailing list