提交 5faf2d36 编写于 作者: B Benoit Fouet

add rgb suffix handling for demuxer

Originally committed as revision 9103 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册