Commit 5faf2d36 authored by Benoit Fouet's avatar Benoit Fouet

add rgb suffix handling for demuxer

Originally committed as revision 9103 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0dc56bfa
...@@ -881,7 +881,7 @@ AVInputFormat rawvideo_demuxer = { ...@@ -881,7 +881,7 @@ AVInputFormat rawvideo_demuxer = {
rawvideo_read_packet, rawvideo_read_packet,
raw_read_close, raw_read_close,
.flags= AVFMT_GENERIC_INDEX, .flags= AVFMT_GENERIC_INDEX,
.extensions = "yuv,cif,qcif", .extensions = "yuv,cif,qcif,rgb",
.value = CODEC_ID_RAWVIDEO, .value = 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