You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/imfdec: remove the experimental flag
Signed-off-by: Pierre-Anthony Lemieux <pal@palemieux.com>
This commit is contained in:
@@ -1022,7 +1022,7 @@ static const AVClass imf_class = {
|
|||||||
const AVInputFormat ff_imf_demuxer = {
|
const AVInputFormat ff_imf_demuxer = {
|
||||||
.name = "imf",
|
.name = "imf",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("IMF (Interoperable Master Format)"),
|
.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,
|
.flags_internal = FF_FMT_INIT_CLEANUP,
|
||||||
.priv_class = &imf_class,
|
.priv_class = &imf_class,
|
||||||
.priv_data_size = sizeof(IMFContext),
|
.priv_data_size = sizeof(IMFContext),
|
||||||
|
Reference in New Issue
Block a user