[MPlayer-cvslog] r32761 - trunk/libmpdemux/mp_taglists.c

compn tempn at twmi.rr.com
Thu Jan 6 14:42:22 CET 2011


On Thu, 6 Jan 2011 12:32:43 +0000 (UTC), 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?
>(Is mp_taglists.c only for ambiguous format tags? Sorry, I don't remember atm.)

for some reason i already had format 0xACF1736D in my codecs.conf.
i didnt add it because i was confused about this as well :)

-compn


More information about the MPlayer-cvslog mailing list