[SCM] libav/experimental: riff: add 0x594a TwoCC for Xan DPCM

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:39 UTC 2014


The following commit has been merged in the experimental branch:
commit 00ccdcd88c9315e750ffebf364e4209176a1b8cb
Author: Piotr Bandurski <ami_stuff at o2.pl>
Date:   Thu Apr 3 16:29:32 2014 +0200

    riff: add 0x594a TwoCC for Xan DPCM
    
    Sample-Id: crusader-no-regret.avi

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 49989d5..fe1cc03 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' },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list