You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
lavf: add a flag for experimental (de)muxers
This commit is contained in:
@@ -158,6 +158,8 @@ const AVInputFormat *av_probe_input_format3(const AVProbeData *pd,
|
||||
}
|
||||
|
||||
while ((fmt1 = av_demuxer_iterate(&i))) {
|
||||
if (fmt1->flags & AVFMT_EXPERIMENTAL)
|
||||
continue;
|
||||
if (!is_opened == !(fmt1->flags & AVFMT_NOFILE) && strcmp(fmt1->name, "image2"))
|
||||
continue;
|
||||
score = 0;
|
||||
|
||||
Reference in New Issue
Block a user