]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/adp.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / adp.c
index b0ee09753e48165512600d3a504038fc79c0ab5b..6d5f9d274ec3adb8d1435ed0dd844cac1f6637be 100644 (file)
@@ -83,7 +83,7 @@ static int adp_read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat ff_adp_demuxer = {
+const AVInputFormat ff_adp_demuxer = {
     .name           = "adp",
     .long_name      = NULL_IF_CONFIG_SMALL("ADP"),
     .read_probe     = adp_probe,