]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mxfdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / mxfdec.c
index 840484b37e0a59ffdb8c7a4308ac35a046b5ab34..f0c2c0b15f49feece7477d5ecb7ffe192b9ffe3d 100644 (file)
@@ -3911,7 +3911,7 @@ static const AVClass demuxer_class = {
     .category   = AV_CLASS_CATEGORY_DEMUXER,
 };
 
-AVInputFormat ff_mxf_demuxer = {
+const AVInputFormat ff_mxf_demuxer = {
     .name           = "mxf",
     .long_name      = NULL_IF_CONFIG_SMALL("MXF (Material eXchange Format)"),
     .flags          = AVFMT_SEEK_TO_PTS,