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