From 9c4e266c1c5ea308f64c3c5c260da201dbf8895e Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Tue, 12 May 2009 19:58:13 +0000 Subject: v210 avi fourcc, v210_720p.avi Originally committed as revision 18802 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/riff.c') 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') }, -- cgit v1.2.3