summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-04-05 20:37:19 +1000
committerMichael Niedermayer <michaelni@gmx.at>2011-04-07 17:54:52 +0200
commitde174d0d250dc290acc0e7a8d74f26782e084365 (patch)
tree055e9ec2f448b8b41992ca2ba52bcc7983bd4041 /libavformat
parentaa9380c89c65873c41a76776296d9095c54731cd (diff)
riff: add ATRAC3+ guid
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 0f843d328a..95ae22a1be 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -322,6 +322,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
const AVCodecGuid ff_codec_wav_guids[] = {
{CODEC_ID_AC3, {0x2C,0x80,0x6D,0xE0,0x46,0xDB,0xCF,0x11,0xB4,0xD1,0x00,0x80,0x5F,0x6C,0xBB,0xEA}},
+ {CODEC_ID_ATRAC3P, {0xBF,0xAA,0x23,0xE9,0x58,0xCB,0x71,0x44,0xA1,0x19,0xFF,0xFA,0x01,0xE4,0xCE,0x62}},
{CODEC_ID_EAC3, {0xAF,0x87,0xFB,0xA7,0x02,0x2D,0xFB,0x42,0xA4,0xD4,0x05,0xCD,0x93,0x84,0x3B,0xDD}},
{CODEC_ID_MP2, {0x2B,0x80,0x6D,0xE0,0x46,0xDB,0xCF,0x11,0xB4,0xD1,0x00,0x80,0x5F,0x6C,0xBB,0xEA}},
{CODEC_ID_NONE}