summaryrefslogtreecommitdiff
path: root/libavformat/pp_bnk.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/pp_bnk.c')
-rw-r--r--libavformat/pp_bnk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/pp_bnk.c b/libavformat/pp_bnk.c
index 07eeca3cd5..9455a575b7 100644
--- a/libavformat/pp_bnk.c
+++ b/libavformat/pp_bnk.c
@@ -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),