Mercurial > mplayer.hg
changeset 36471:15eb63049fcb
Support Atrac 3+ in oma files.
author | cehoyos |
---|---|
date | Wed, 01 Jan 2014 22:19:26 +0000 |
parents | 0ce8d148cf64 |
children | c431f2e17a19 |
files | libmpdemux/mp_taglists.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c Wed Jan 01 22:18:33 2014 +0000 +++ b/libmpdemux/mp_taglists.c Wed Jan 01 22:19:26 2014 +0000 @@ -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 { AV_CODEC_ID_DTS, 0x2001 }, { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'd') }, { AV_CODEC_ID_EAC3, MKTAG('E', 'A', 'C', '3') },