X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmpc.c;h=9eaf7de0bc885dd49275f31094b3b2d06cd92455;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=31a2072406ff5e452e2380bce663fda14565266d;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/mpc.c b/libavformat/mpc.c index 31a2072406f..9eaf7de0bc8 100644 --- a/libavformat/mpc.c +++ b/libavformat/mpc.c @@ -218,7 +218,7 @@ static int mpc_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp } -AVInputFormat ff_mpc_demuxer = { +const AVInputFormat ff_mpc_demuxer = { .name = "mpc", .long_name = NULL_IF_CONFIG_SMALL("Musepack"), .priv_data_size = sizeof(MPCContext),