summaryrefslogtreecommitdiff
path: root/libavformat/moflex.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/moflex.c')
-rw-r--r--libavformat/moflex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/moflex.c b/libavformat/moflex.c
index dabe113e6b..0adb5f4864 100644
--- a/libavformat/moflex.c
+++ b/libavformat/moflex.c
@@ -375,7 +375,7 @@ static int moflex_read_close(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_moflex_demuxer = {
+const AVInputFormat ff_moflex_demuxer = {
.name = "moflex",
.long_name = NULL_IF_CONFIG_SMALL("MobiClip MOFLEX"),
.priv_data_size = sizeof(MOFLEXDemuxContext),