[FFmpeg-cvslog] lavf/imfdec: mark as experimental

Anton Khirnov git at videolan.org
Mon Jan 3 21:42:42 EET 2022


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Jan  2 18:40:09 2022 +0100| [70f318e6b6c1551dff4d8571b8158f9d1cf05827] | committer: Anton Khirnov

lavf/imfdec: mark as experimental

People have expressed concerns about its safety, so prevent it from
being auto-selected without explicit user indication.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70f318e6b6c1551dff4d8571b8158f9d1cf05827
---

 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),



More information about the ffmpeg-cvslog mailing list