]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mods.c
avcodec/flacenc: Remove always-true check
[ffmpeg] / libavformat / mods.c
index 4f093cdf0c7b83196f7b4951a411d0c53cefeceb..34524a19d8c89bb8170fe27014755cebc0106ee8 100644 (file)
@@ -1,5 +1,7 @@
 /*
  * MODS demuxer
+ * Copyright (c) 2015-2016 Florian Nouwt
+ * Copyright (c) 2017 Adib Surani
  * Copyright (c) 2020 Paul B Mahol
  *
  * This file is part of FFmpeg.
@@ -89,7 +91,7 @@ static int mods_read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat ff_mods_demuxer = {
+const AVInputFormat ff_mods_demuxer = {
     .name           = "mods",
     .long_name      = NULL_IF_CONFIG_SMALL("MobiClip MODS"),
     .read_probe     = mods_probe,