diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2013-09-10 02:21:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-10 12:44:26 +0200 |
commit | 5cfa51929fbeeb19f90a7a41a8e8581feba09e51 (patch) | |
tree | c95dfa0fbb9db4be7a30ee510a8c59c838d65ed3 | |
parent | 46405813c3c15caf8cee1cf9fa2bbaeead35c7cd (diff) | |
download | ffmpeg-5cfa51929fbeeb19f90a7a41a8e8581feba09e51.tar.gz |
avformat/riff: add 0x594a TwoCC
sample:
http://samples.mplayerhq.hu/game-formats/wc4-xan/crusader-no-regret.avi
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index e3e966ab6e..458a8f2841 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -411,6 +411,7 @@ const AVCodecTag ff_codec_wav_tags[] = { { AV_CODEC_ID_PCM_MULAW, 0x6c75 }, { AV_CODEC_ID_AAC, 0x706d }, { AV_CODEC_ID_AAC, 0x4143 }, + { AV_CODEC_ID_XAN_DPCM, 0x594a }, { AV_CODEC_ID_G723_1, 0xA100 }, { AV_CODEC_ID_AAC, 0xA106 }, { AV_CODEC_ID_SPEEX, 0xA109 }, |