[SCM] libav/experimental: Add AURA 1 and 2 codec IDs and register their FOURCCs

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:42:19 UTC 2013


The following commit has been merged in the experimental branch:
commit c21fbefb9d55b727ba04892d3c9238462d2d3f35
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Sun Mar 22 07:40:22 2009 +0000

    Add AURA 1 and 2 codec IDs and register their FOURCCs
    
    Originally committed as revision 18141 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index cdc88b4..6ad0861 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -191,6 +191,8 @@ enum CodecID {
     CODEC_ID_TGV,
     CODEC_ID_TGQ,
     CODEC_ID_TQI,
+    CODEC_ID_AURA,
+    CODEC_ID_AURA2,
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,
diff --git a/libavformat/riff.c b/libavformat/riff.c
index f4606d4..c0bccb9 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -202,6 +202,8 @@ const AVCodecTag codec_bmp_tags[] = {
     { CODEC_ID_RPZA,         MKTAG('R', 'P', 'Z', 'A') },
     { CODEC_ID_RPZA,         MKTAG('r', 'p', 'z', 'a') },
     { CODEC_ID_SP5X,         MKTAG('S', 'P', '5', '4') },
+    { CODEC_ID_AURA,         MKTAG('A', 'U', 'R', 'A') },
+    { CODEC_ID_AURA2,        MKTAG('A', 'U', 'R', '2') },
     { CODEC_ID_NONE,         0 }
 };
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list