mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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:
parent
be97d2a825
commit
70f318e6b6
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user