avformat/imfdec: remove the experimental flag

Signed-off-by: Pierre-Anthony Lemieux <pal@palemieux.com>
This commit is contained in:
Pierre-Anthony Lemieux 2023-01-05 15:29:44 -08:00
parent 156ca86569
commit 15de355e62
No known key found for this signature in database
GPG Key ID: 698FA1F0F8D4EED4
1 changed files with 1 additions and 1 deletions

View File

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