diff options
author | Ben Littler <tempn@twmi.rr.com> | 2008-12-16 03:42:10 +0000 |
---|---|---|
committer | Ben Littler <tempn@twmi.rr.com> | 2008-12-16 03:42:10 +0000 |
commit | c6340f86a3e6f7d1439f716c7374c77e1beb73af (patch) | |
tree | ff71a1ad69ba26700096af09c99da2d5ca876449 /libavformat | |
parent | 09a76db8e646a1ab5232b5cc178acc2b1ee19218 (diff) | |
download | ffmpeg-c6340f86a3e6f7d1439f716c7374c77e1beb73af.tar.gz |
add rpza avi fourcc
Originally committed as revision 16160 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 } }; |