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:
0dc56bf
)
add rgb suffix handling for demuxer
author
Benoit Fouet
<benoit.fouet@free.fr>
Wed, 23 May 2007 07:17:17 +0000
(07:17 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Wed, 23 May 2007 07:17:17 +0000
(07:17 +0000)
Originally committed as revision 9103 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/raw.c
patch
|
blob
|
history
diff --git
a/libavformat/raw.c
b/libavformat/raw.c
index
cdacfa8
..
1332928
100644
(file)
--- a/
libavformat/raw.c
+++ b/
libavformat/raw.c
@@
-881,7
+881,7
@@
AVInputFormat rawvideo_demuxer = {
rawvideo_read_packet,
raw_read_close,
.flags= AVFMT_GENERIC_INDEX,
- .extensions = "yuv,cif,qcif",
+ .extensions = "yuv,cif,qcif
,rgb
",
.value = CODEC_ID_RAWVIDEO,
};