]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/cafenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / cafenc.c
index 7e44797a5201f40749356f8a097d8a93c26f69c8..422beaf93dfd1a6636b3624b77ea9330fba51edf 100644 (file)
@@ -263,7 +263,7 @@ static int caf_write_trailer(AVFormatContext *s)
     return 0;
 }
 
-AVOutputFormat ff_caf_muxer = {
+const AVOutputFormat ff_caf_muxer = {
     .name           = "caf",
     .long_name      = NULL_IF_CONFIG_SMALL("Apple CAF (Core Audio Format)"),
     .mime_type      = "audio/x-caf",