X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvpk.c;h=9eb3eb5362bebb9ec682a7b7ce120ba9f8a436bf;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=f7f20548dc62ddcbd52f17fa6c7f9c75315cec41;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/vpk.c b/libavformat/vpk.c index f7f20548dc6..9eb3eb5362b 100644 --- a/libavformat/vpk.c +++ b/libavformat/vpk.c @@ -134,7 +134,7 @@ static int vpk_read_seek(AVFormatContext *s, int stream_index, return 0; } -AVInputFormat ff_vpk_demuxer = { +const AVInputFormat ff_vpk_demuxer = { .name = "vpk", .long_name = NULL_IF_CONFIG_SMALL("Sony PS2 VPK"), .priv_data_size = sizeof(VPKDemuxContext),