summaryrefslogtreecommitdiff
path: root/libavformat/wvenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/wvenc.c')
-rw-r--r--libavformat/wvenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wvenc.c b/libavformat/wvenc.c
index 8743739e8d..9a42f71440 100644
--- a/libavformat/wvenc.c
+++ b/libavformat/wvenc.c
@@ -76,7 +76,7 @@ static av_cold int wv_write_trailer(AVFormatContext *ctx)
return 0;
}
-AVOutputFormat ff_wv_muxer = {
+const AVOutputFormat ff_wv_muxer = {
.name = "wv",
.long_name = NULL_IF_CONFIG_SMALL("raw WavPack"),
.mime_type = "audio/x-wavpack",