1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-15 03:23:32 +02:00

add rgb suffix to rawvideo muxer

Originally committed as revision 8805 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benoit Fouet 2007-04-25 09:01:54 +00:00
parent 9e0ab666b6
commit b47f86c4a3

View File

@ -862,7 +862,7 @@ AVOutputFormat rawvideo_muxer = {
"rawvideo",
"raw video format",
NULL,
"yuv",
"yuv,rgb",
0,
CODEC_ID_NONE,
CODEC_ID_RAWVIDEO,