git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0ab66
)
add rgb suffix to rawvideo muxer
author
Benoit Fouet
<benoit.fouet@free.fr>
Wed, 25 Apr 2007 09:01:54 +0000
(09:01 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Wed, 25 Apr 2007 09:01:54 +0000
(09:01 +0000)
Originally committed as revision 8805 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/raw.c
patch
|
blob
|
history
diff --git
a/libavformat/raw.c
b/libavformat/raw.c
index
2d111b8
..
ba3ec23
100644
(file)
--- a/
libavformat/raw.c
+++ b/
libavformat/raw.c
@@
-862,7
+862,7
@@
AVOutputFormat rawvideo_muxer = {
"rawvideo",
"raw video format",
NULL,
- "yuv",
+ "yuv
,rgb
",
0,
CODEC_ID_NONE,
CODEC_ID_RAWVIDEO,