X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpvfdec.c;h=7205b0b37da97671ea2df2d62d90301085e47583;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=4c919942c0af899710b6cbe3219ae3c5130e4846;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/pvfdec.c b/libavformat/pvfdec.c index 4c919942c0a..7205b0b37da 100644 --- a/libavformat/pvfdec.c +++ b/libavformat/pvfdec.c @@ -65,7 +65,7 @@ static int pvf_read_header(AVFormatContext *s) return 0; } -AVInputFormat ff_pvf_demuxer = { +const AVInputFormat ff_pvf_demuxer = { .name = "pvf", .long_name = NULL_IF_CONFIG_SMALL("PVF (Portable Voice Format)"), .read_probe = pvf_probe,