]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/thp.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / thp.c
index bcc3febaa1967160c233989225d519016f8c6cda..7aad24221b1029549f6eafa61fbc5b71e455a2fb 100644 (file)
@@ -212,7 +212,7 @@ static int thp_read_packet(AVFormatContext *s,
     return 0;
 }
 
-AVInputFormat ff_thp_demuxer = {
+const AVInputFormat ff_thp_demuxer = {
     .name           = "thp",
     .long_name      = NULL_IF_CONFIG_SMALL("THP"),
     .priv_data_size = sizeof(ThpDemuxContext),