From c6340f86a3e6f7d1439f716c7374c77e1beb73af Mon Sep 17 00:00:00 2001 From: Ben Littler Date: Tue, 16 Dec 2008 03:42:10 +0000 Subject: add rpza avi fourcc Originally committed as revision 16160 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index e041611add..9ba6f65b9d 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -185,6 +185,8 @@ const AVCodecTag codec_bmp_tags[] = { { CODEC_ID_CLJR, MKTAG('c', 'l', 'j', 'r') }, { CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') }, { CODEC_ID_RPZA, MKTAG('a', 'z', 'p', 'r') }, + { CODEC_ID_RPZA, MKTAG('R', 'P', 'Z', 'A') }, + { CODEC_ID_RPZA, MKTAG('r', 'p', 'z', 'a') }, { CODEC_ID_NONE, 0 } }; -- cgit v1.2.3