[FFmpeg-devel] [RFC/PATCH 2/2] lavf/imfdec: mark as experimental
Anton Khirnov
anton at khirnov.net
Sun Jan 2 19:46:05 EET 2022
People have expressed concerns about its safety, so prevent it from
being auto-selected without explicit user indication.
---
libavformat/imfdec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/imfdec.c b/libavformat/imfdec.c
index f17064cfcd..228ba494ae 100644
--- a/libavformat/imfdec.c
+++ b/libavformat/imfdec.c
@@ -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),
--
2.33.0
More information about the ffmpeg-devel
mailing list