mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
@ -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…
Reference in New Issue
Block a user