diff --git a/libavformat/imfdec.c b/libavformat/imfdec.c index 4932b7ff1f..7d04d0d853 100644 --- a/libavformat/imfdec.c +++ b/libavformat/imfdec.c @@ -1022,7 +1022,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 | AVFMT_NO_BYTE_SEEK, + .flags = AVFMT_NO_BYTE_SEEK, .flags_internal = FF_FMT_INIT_CLEANUP, .priv_class = &imf_class, .priv_data_size = sizeof(IMFContext),