]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/anm.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / anm.c
index 9af3a4179427f7c1e7ee04f782d22f6c71e6cb9f..1c29bbca2902dec9d52941d8c9ad0878ed7eb4ca 100644 (file)
@@ -214,7 +214,7 @@ repeat:
     return 0;
 }
 
-AVInputFormat ff_anm_demuxer = {
+const AVInputFormat ff_anm_demuxer = {
     .name           = "anm",
     .long_name      = NULL_IF_CONFIG_SMALL("Deluxe Paint Animation"),
     .priv_data_size = sizeof(AnmDemuxContext),