]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/apc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / apc.c
index 7210bfbb563d1053d6b405c4964fec234d3c7a1c..56151bb59a2953a025e79dafbb8f69df93008d9d 100644 (file)
@@ -83,7 +83,7 @@ static int apc_read_packet(AVFormatContext *s, AVPacket *pkt)
     return 0;
 }
 
-AVInputFormat ff_apc_demuxer = {
+const AVInputFormat ff_apc_demuxer = {
     .name           = "apc",
     .long_name      = NULL_IF_CONFIG_SMALL("CRYO APC"),
     .read_probe     = apc_probe,