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

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Jan 6 16:07:24 CET 2011


On 6 jan 2011, at 13:32, Carl Eugen Hoyos <cehoyos at ag.or.at> 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.)

The are two parts: one list for cases where only coded_id is set but not codec_tag and this list for cases where codec_tag is set wrongly.
"wrongly" means it either conflicts with a codec tag in some other format or we know lavf does something "wrong", I don't think either applies here really.
> 


More information about the MPlayer-cvslog mailing list