X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmoflex.c;h=0adb5f48646b552c0b76a2ef6ea329705a58839f;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=dabe113e6b3b32f027838fc161d2f7526d5e112a;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/moflex.c b/libavformat/moflex.c index dabe113e6b3..0adb5f48646 100644 --- a/libavformat/moflex.c +++ b/libavformat/moflex.c @@ -375,7 +375,7 @@ static int moflex_read_close(AVFormatContext *s) return 0; } -AVInputFormat ff_moflex_demuxer = { +const AVInputFormat ff_moflex_demuxer = { .name = "moflex", .long_name = NULL_IF_CONFIG_SMALL("MobiClip MOFLEX"), .priv_data_size = sizeof(MOFLEXDemuxContext),