]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/soxenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / soxenc.c
index ce276f88b5d917feaed594b8251a4ca7a682664a..e24501bacd77eda01e86062f3683d06a48764568 100644 (file)
@@ -104,7 +104,7 @@ static int sox_write_trailer(AVFormatContext *s)
     return 0;
 }
 
-AVOutputFormat ff_sox_muxer = {
+const AVOutputFormat ff_sox_muxer = {
     .name              = "sox",
     .long_name         = NULL_IF_CONFIG_SMALL("SoX native"),
     .extensions        = "sox",