lavf/imfdec: mark as experimental

People have expressed concerns about its safety, so prevent it from
being auto-selected without explicit user indication.
This commit is contained in:
Anton Khirnov 2022-01-02 18:40:09 +01:00
parent be97d2a825
commit 70f318e6b6
1 changed files with 1 additions and 0 deletions

View File

@ -889,6 +889,7 @@ static const AVClass imf_class = {
const AVInputFormat ff_imf_demuxer = {
.name = "imf",
.long_name = NULL_IF_CONFIG_SMALL("IMF (Interoperable Master Format)"),
.flags = AVFMT_EXPERIMENTAL,
.flags_internal = FF_FMT_INIT_CLEANUP,
.priv_class = &imf_class,
.priv_data_size = sizeof(IMFContext),