]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vocdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / vocdec.c
index 6cdc720ee74c1af97f3019be7e4cfd531757d755..0bb2bc4fb1cc29a96ca39c2cb0c4fbe7d4205be6 100644 (file)
@@ -98,7 +98,7 @@ static int voc_read_seek(AVFormatContext *s, int stream_index,
     return -1;
 }
 
-AVInputFormat ff_voc_demuxer = {
+const AVInputFormat ff_voc_demuxer = {
     .name           = "voc",
     .long_name      = NULL_IF_CONFIG_SMALL("Creative Voice"),
     .priv_data_size = sizeof(VocDecContext),