You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +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:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user