]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mov.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / mov.c
index 815106d92452d1bd05456c55bd76d78cfdcdf65b..ca8f06c4cddb5dbe0f060b3a0b423ab4a025482c 100644 (file)
@@ -8220,7 +8220,7 @@ static const AVClass mov_class = {
     .version    = LIBAVUTIL_VERSION_INT,
 };
 
-AVInputFormat ff_mov_demuxer = {
+const AVInputFormat ff_mov_demuxer = {
     .name           = "mov,mp4,m4a,3gp,3g2,mj2",
     .long_name      = NULL_IF_CONFIG_SMALL("QuickTime / MOV"),
     .priv_class     = &mov_class,