[FFmpeg-devel] [PATCH 1/5] movenc: use correct tag list for AVOutputFormat.codec_tag

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Jul 3 18:19:52 EEST 2017


On 7/3/2017 3:00 AM, James Almer wrote:
>> +    { AV_CODEC_ID_EAC3        , MKTAG('a', 'c', '-', '3') },
> Should be ec-3. Changing it fixes fate-copy-trac3074 as pointed by
> Michael in a reply to patch 2/5.

OK, this was my bug; Libav does't have that entry at all.

> 
>> +    { AV_CODEC_ID_DTS         , MKTAG('m', 'p', '4', 'a') },
> Doesn't DTS have a bunch of unique tags? The ones listed in
> ff_codec_movaudio_tags and http://www.mp4ra.org/codecs.html

I'll check into it.

- Derek



More information about the ffmpeg-devel mailing list