diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-07-24 23:37:40 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-07-24 23:37:40 +0000 |
commit | 6b17c988e52a799d836147f1f3f635da40e4ba8f (patch) | |
tree | ed891cbf200270c1bd9002bb174e0ca1f5c8ea8e /libavformat | |
parent | e94bc1006fdb206a22e91eaad38a2992c03aeba9 (diff) | |
download | ffmpeg-6b17c988e52a799d836147f1f3f635da40e4ba8f.tar.gz |
ATI VCR2
Originally committed as revision 2080 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avienc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avienc.c b/libavformat/avienc.c index 7afb52b65b..a23fd60cc9 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -150,6 +150,7 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') }, { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') }, { CODEC_ID_MPEG1VIDEO, MKTAG('P', 'I', 'M', '1') }, + { CODEC_ID_MPEG1VIDEO, MKTAG('V', 'C', 'R', '2') }, { CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') }, { CODEC_ID_MJPEG, MKTAG('m', 'j', 'p', 'g') }, { CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') }, |