[MPlayer-dev-eng] [PATCH] add support for tak format
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Oct 8 13:37:31 CEST 2012
Xidorn Quan <quanxunzhen <at> gmail.com> writes:
> +++ libmpdemux/mp_taglists.c (working copy)
> @@ -118,6 +118,7 @@
> { CODEC_ID_MP2, 0x50},
> { CODEC_ID_MPEG2VIDEO, MKTAG('M', 'P', 'G', '2')},
> { CODEC_ID_TRUEHD, MKTAG('T', 'R', 'H', 'D')},
> + { AV_CODEC_ID_TAK, MKTAG('T', 'A', 'K', ' ')},
Applied with this line in mp_wav_tags[],
please flame if it doesn't work ;-)
Thank you, Carl Eugen
More information about the MPlayer-dev-eng
mailing list