]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / mpc.c
index 31a2072406ff5e452e2380bce663fda14565266d..9eaf7de0bc885dd49275f31094b3b2d06cd92455 100644 (file)
@@ -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),