[FFmpeg-cvslog] r16001 - trunk/libavformat/isom.c
bcoudurier
subversion
Thu Dec 4 04:00:53 CET 2008
Author: bcoudurier
Date: Thu Dec 4 04:00:53 2008
New Revision: 16001
Log:
WRAW fourcc
Modified:
trunk/libavformat/isom.c
Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c (original)
+++ trunk/libavformat/isom.c Thu Dec 4 04:00:53 2008
@@ -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 */
More information about the ffmpeg-cvslog
mailing list