Quoting p...@sandflow.com (2023-01-06 00:29:44) > From: Pierre-Anthony Lemieux <p...@palemieux.com> > > --- > libavformat/imfdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/imfdec.c b/libavformat/imfdec.c > index 03de9ce151..a92686e93b 100644 > --- a/libavformat/imfdec.c > +++ b/libavformat/imfdec.c > @@ -1018,7 +1018,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,
The demuxer has been upstream for quite a while without too many issues, so I'd say this is reasonable. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".