]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/pvfdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / pvfdec.c
index 4c919942c0af899710b6cbe3219ae3c5130e4846..7205b0b37da97671ea2df2d62d90301085e47583 100644 (file)
@@ -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,