mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-24 00:30:57 +08: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