diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-05-12 19:58:13 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-05-12 19:58:13 +0000 |
commit | 9c4e266c1c5ea308f64c3c5c260da201dbf8895e (patch) | |
tree | fbe6c0f494103570a54ee9457fdfeafb90ef2811 /libavformat | |
parent | ca0bb1c49cfa55dbe5acd8dda5e71252d31147dd (diff) | |
download | ffmpeg-9c4e266c1c5ea308f64c3c5c260da201dbf8895e.tar.gz |
v210 avi fourcc, v210_720p.avi
Originally committed as revision 18802 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index a55ebf158f..7e404aeb2f 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -140,6 +140,7 @@ const AVCodecTag codec_bmp_tags[] = { { CODEC_ID_RAWVIDEO, MKTAG('I', 'Y', 'U', 'V') }, { CODEC_ID_RAWVIDEO, MKTAG('Y', '8', '0', '0') }, { CODEC_ID_RAWVIDEO, MKTAG('H', 'D', 'Y', 'C') }, + { CODEC_ID_V210, MKTAG('v', '2', '1', '0') }, { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '1') }, { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') }, { CODEC_ID_INDEO4, MKTAG('I', 'V', '4', '1') }, |