summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2014-04-03 16:29:32 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-04-04 01:29:29 +0200
commit00ccdcd88c9315e750ffebf364e4209176a1b8cb (patch)
tree6bbdab83722dc597ba0e41ec938d9f0fac18c824 /libavformat/riff.c
parent7b600ea0da8bf6a008134539aa8284ee171029da (diff)
riff: add 0x594a TwoCC for Xan DPCM
Sample-Id: crusader-no-regret.avi
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 49989d5db6..fe1cc03eef 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -402,6 +402,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_SPEEX, 0xA109 },
{ AV_CODEC_ID_FLAC, 0xF1AC },
{ AV_CODEC_ID_ADPCM_SWF, ('S' << 8) + 'F' },