summaryrefslogtreecommitdiff
path: root/libavformat/soxenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/soxenc.c')
-rw-r--r--libavformat/soxenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/soxenc.c b/libavformat/soxenc.c
index ce276f88b5..e24501bacd 100644
--- a/libavformat/soxenc.c
+++ b/libavformat/soxenc.c
@@ -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",