]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vocenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / vocenc.c
index bdc63843c432b4d2e4290930aa694fe19b1e3a9b..798b463a8233666266afcb74d1495a482d890250 100644 (file)
@@ -95,7 +95,7 @@ static int voc_write_trailer(AVFormatContext *s)
     return 0;
 }
 
-AVOutputFormat ff_voc_muxer = {
+const AVOutputFormat ff_voc_muxer = {
     .name              = "voc",
     .long_name         = NULL_IF_CONFIG_SMALL("Creative Voice"),
     .mime_type         = "audio/x-voc",