summaryrefslogtreecommitdiff
path: root/libavformat/yop.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/yop.c')
-rw-r--r--libavformat/yop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/yop.c b/libavformat/yop.c
index 0d8d9f2ff7..8ecdc654a9 100644
--- a/libavformat/yop.c
+++ b/libavformat/yop.c
@@ -204,7 +204,7 @@ static int yop_read_seek(AVFormatContext *s, int stream_index,
return 0;
}
-AVInputFormat ff_yop_demuxer = {
+const AVInputFormat ff_yop_demuxer = {
.name = "yop",
.long_name = NULL_IF_CONFIG_SMALL("Psygnosis YOP"),
.priv_data_size = sizeof(YopDecContext),