X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpaf.c;h=f48b2e60cd3798171ba2e1e406c5ef93235bc18f;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=dbc50100fb534542166b2d0140dbf7b0fed42702;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/paf.c b/libavformat/paf.c index dbc50100fb5..f48b2e60cd3 100644 --- a/libavformat/paf.c +++ b/libavformat/paf.c @@ -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),