]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/paf.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / paf.c
index dbc50100fb534542166b2d0140dbf7b0fed42702..f48b2e60cd3798171ba2e1e406c5ef93235bc18f 100644 (file)
@@ -271,7 +271,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
     return pkt->size;
 }
 
-AVInputFormat ff_paf_demuxer = {
+const AVInputFormat ff_paf_demuxer = {
     .name           = "paf",
     .long_name      = NULL_IF_CONFIG_SMALL("Amazing Studio Packed Animation File"),
     .priv_data_size = sizeof(PAFDemuxContext),