Commit 9c97752a authored by benoit's avatar benoit

add rgb suffix to rawvideo muxer



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8805 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 919c1d76
...@@ -862,7 +862,7 @@ AVOutputFormat rawvideo_muxer = { ...@@ -862,7 +862,7 @@ AVOutputFormat rawvideo_muxer = {
"rawvideo", "rawvideo",
"raw video format", "raw video format",
NULL, NULL,
"yuv", "yuv,rgb",
0, 0,
CODEC_ID_NONE, CODEC_ID_NONE,
CODEC_ID_RAWVIDEO, CODEC_ID_RAWVIDEO,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment