[FFmpeg-cvslog] avformat/riff: add 0x594a TwoCC
Piotr Bandurski
git at videolan.org
Tue Sep 10 12:45:41 CEST 2013
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Tue Sep 10 02:21:19 2013 +0200| [5cfa51929fbeeb19f90a7a41a8e8581feba09e51] | committer: Michael Niedermayer
avformat/riff: add 0x594a TwoCC
sample:
http://samples.mplayerhq.hu/game-formats/wc4-xan/crusader-no-regret.avi
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5cfa51929fbeeb19f90a7a41a8e8581feba09e51
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index e3e966a..458a8f2 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 },
More information about the ffmpeg-cvslog
mailing list