mirror of https://git.ffmpeg.org/ffmpeg.git
add rgb suffix to rawvideo muxer
Originally committed as revision 8805 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9e0ab666b6
commit
b47f86c4a3
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue