[MPlayer-dev-eng] [PATCH]Support Atrac3plus

compn tempn at twmi.rr.com
Mon Dec 30 22:35:28 CET 2013


On Mon, 30 Dec 2013 13:29:31 +0100
Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> ===================================================================
> --- libmpdemux/mp_taglists.c	(revision 36558)
> +++ libmpdemux/mp_taglists.c	(working copy)
> @@ -98,6 +98,9 @@
>      { AV_CODEC_ID_ADPCM_G722,        0x28f },
>      { AV_CODEC_ID_ADPCM_IMA_EA_SEAD, MKTAG('S', 'E', 'A', 'D') },
>      { AV_CODEC_ID_ADPCM_IMA_AMV,     MKTAG('A', 'M', 'V', 'A') },
> +#if LIBAVUTIL_VERSION_MICRO >= 100
> +    { AV_CODEC_ID_ATRAC3P,           0xE923AABF},
> +#endif


thats the actual atrac3+ in wav tag? 
if not, why not make it a fourcc ?
if yes, i dont think it even needs to be in this list.

-compn


More information about the MPlayer-dev-eng mailing list