[MPlayer-cvslog] r32761 - trunk/libmpdemux/mp_taglists.c
Diego Biurrun
diego at biurrun.de
Thu Jan 6 14:02:33 CET 2011
On Thu, Jan 06, 2011 at 12:32:43PM +0000, Carl Eugen Hoyos wrote:
> cehoyos <subversion <at> mplayerhq.hu> writes:
>
> > Log:
> > Fix flac in mov for -demuxer lavf.
>
> > Modified: trunk/libmpdemux/mp_taglists.c
> > ==============================================================================
> > --- trunk/libmpdemux/mp_taglists.c Wed Jan 5 17:37:45 2011 (r32760)
> > +++ trunk/libmpdemux/mp_taglists.c Thu Jan 6 13:21:48 2011 (r32761)
> > @@ -67,6 +67,7 @@ static const AVCodecTag mp_codecid_overr
> > { CODEC_ID_ADPCM_IMA_AMV, MKTAG('A', 'M', 'V', 'A')},
> > { CODEC_ID_DTS, 0x2001},
> > { CODEC_ID_EAC3, MKTAG('E', 'A', 'C', '3')},
> > + { CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C')},
>
> Or should I add 0xACF1736D to etc/codecs.conf which would also fix mplayer
> -demuxer mov?
I think that would be preferable, yes.
Diego
More information about the MPlayer-cvslog
mailing list