X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Flibgme.c;h=95323002e6cdaf923f60f6e186b57aa8bf364de8;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=a9c487bdb4677c42e42fe4dbf2c51c0a53b542c1;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/libgme.c b/libavformat/libgme.c index a9c487bdb46..95323002e6c 100644 --- a/libavformat/libgme.c +++ b/libavformat/libgme.c @@ -197,7 +197,7 @@ static const AVClass class_gme = { .version = LIBAVUTIL_VERSION_INT, }; -AVInputFormat ff_libgme_demuxer = { +const AVInputFormat ff_libgme_demuxer = { .name = "libgme", .long_name = NULL_IF_CONFIG_SMALL("Game Music Emu demuxer"), .priv_data_size = sizeof(GMEContext),