Commit 16857c34 authored by kostya's avatar kostya

Add AURA 1 and 2 codec IDs and register their FOURCCs

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18141 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4a9988bc
......@@ -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,
......
......@@ -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 }
};
......
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