forked from FFmpeg/FFmpeg
add rgb suffix handling for demuxer
Originally committed as revision 9103 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0dc56bfae0
commit
5faf2d3641
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue