]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hcom.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / hcom.c
index 3e1e8da236c8021702dbaa37d6768d012bac1bbb..b7fb7314c884c5fd219e19225ce37a64fc2bdafa 100644 (file)
@@ -82,7 +82,7 @@ static int hcom_read_header(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_hcom_demuxer = {
+const AVInputFormat ff_hcom_demuxer = {
     .name           = "hcom",
     .long_name      = NULL_IF_CONFIG_SMALL("Macintosh HCOM"),
     .read_probe     = hcom_probe,