[FFmpeg-cvslog] avformat/imfdec: remove the experimental flag
Pierre-Anthony Lemieux
git at videolan.org
Wed Feb 22 05:42:29 EET 2023
ffmpeg | branch: master | Pierre-Anthony Lemieux <pal at palemieux.com> | Thu Jan 5 15:29:44 2023 -0800| [15de355e627ec63422663df84681e78d075c9648] | committer: Pierre-Anthony Lemieux
avformat/imfdec: remove the experimental flag
Signed-off-by: Pierre-Anthony Lemieux <pal at palemieux.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15de355e627ec63422663df84681e78d075c9648
---
libavformat/imfdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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),
More information about the ffmpeg-cvslog
mailing list