From 4d35964d01001b8695f5d29f56e03ba4d5d87219 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 4 Dec 2008 03:00:53 +0000 Subject: WRAW fourcc Originally committed as revision 16001 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/isom.c') diff --git a/libavformat/isom.c b/libavformat/isom.c index 879135446f..b2e45387be 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -106,6 +106,8 @@ const AVCodecTag codec_movvideo_tags[] = { { CODEC_ID_MSRLE, MKTAG('W', 'R', 'L', 'E') }, { CODEC_ID_QDRAW, MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */ + { CODEC_ID_RAWVIDEO, MKTAG('W', 'R', 'A', 'W') }, + { CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') }, /* AVC-1/H.264 */ { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'e', 'g') }, /* MPEG */ -- cgit v1.2.3