summaryrefslogtreecommitdiff
path: root/libavformat/gdv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/gdv.c')
-rw-r--r--libavformat/gdv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gdv.c b/libavformat/gdv.c
index 2ecbb535e7..b20691a2a4 100644
--- a/libavformat/gdv.c
+++ b/libavformat/gdv.c
@@ -193,7 +193,7 @@ static int gdv_read_packet(AVFormatContext *ctx, AVPacket *pkt)
return 0;
}
-AVInputFormat ff_gdv_demuxer = {
+const AVInputFormat ff_gdv_demuxer = {
.name = "gdv",
.long_name = NULL_IF_CONFIG_SMALL("Gremlin Digital Video"),
.priv_data_size = sizeof(GDVContext),