From c21fbefb9d55b727ba04892d3c9238462d2d3f35 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 22 Mar 2009 07:40:22 +0000 Subject: Add AURA 1 and 2 codec IDs and register their FOURCCs Originally committed as revision 18141 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat') diff --git a/libavformat/riff.c b/libavformat/riff.c index f4606d4eec..c0bccb9737 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 } }; -- cgit v1.2.3