Commit c21fbefb authored by Kostya Shishkov's avatar Kostya Shishkov

Add AURA 1 and 2 codec IDs and register their FOURCCs

Originally committed as revision 18141 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5c5776e1
...@@ -191,6 +191,8 @@ enum CodecID { ...@@ -191,6 +191,8 @@ enum CodecID {
CODEC_ID_TGV, CODEC_ID_TGV,
CODEC_ID_TGQ, CODEC_ID_TGQ,
CODEC_ID_TQI, CODEC_ID_TQI,
CODEC_ID_AURA,
CODEC_ID_AURA2,
/* various PCM "codecs" */ /* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000, CODEC_ID_PCM_S16LE= 0x10000,
......
...@@ -202,6 +202,8 @@ const AVCodecTag codec_bmp_tags[] = { ...@@ -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_RPZA, MKTAG('r', 'p', 'z', 'a') }, { CODEC_ID_RPZA, MKTAG('r', 'p', 'z', 'a') },
{ CODEC_ID_SP5X, MKTAG('S', 'P', '5', '4') }, { 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 } { CODEC_ID_NONE, 0 }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment