]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/pp_bnk.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / pp_bnk.c
index 07eeca3cd5b1d10238cc05737c8dcccbe82a921e..9455a575b7359a93e02dabf0df3ff1f422cf4315 100644 (file)
@@ -332,7 +332,7 @@ static int pp_bnk_seek(AVFormatContext *s, int stream_index,
     return 0;
 }
 
-AVInputFormat ff_pp_bnk_demuxer = {
+const AVInputFormat ff_pp_bnk_demuxer = {
     .name           = "pp_bnk",
     .long_name      = NULL_IF_CONFIG_SMALL("Pro Pinball Series Soundbank"),
     .priv_data_size = sizeof(PPBnkCtx),