[SCM] libav/experimental: add rpza avi fourcc
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:33:31 UTC 2013
The following commit has been merged in the experimental branch:
commit c6340f86a3e6f7d1439f716c7374c77e1beb73af
Author: Ben Littler <tempn at twmi.rr.com>
Date: Tue Dec 16 03:42:10 2008 +0000
add rpza avi fourcc
Originally committed as revision 16160 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/riff.c b/libavformat/riff.c
index e041611..9ba6f65 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 }
};
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list