[Ffmpeg-cvslog] r8805 - trunk/libavformat/raw.c
benoit
subversion
Wed Apr 25 11:01:54 CEST 2007
Author: benoit
Date: Wed Apr 25 11:01:54 2007
New Revision: 8805
Log:
add rgb extension to rawvideo muxer
Modified:
trunk/libavformat/raw.c
Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c (original)
+++ trunk/libavformat/raw.c Wed Apr 25 11:01:54 2007
@@ -862,7 +862,7 @@ AVOutputFormat rawvideo_muxer = {
"rawvideo",
"raw video format",
NULL,
- "yuv",
+ "yuv,rgb",
0,
CODEC_ID_NONE,
CODEC_ID_RAWVIDEO,
More information about the ffmpeg-cvslog
mailing list