summaryrefslogtreecommitdiff
path: root/libavformat/webvttenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/webvttenc.c')
-rw-r--r--libavformat/webvttenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/webvttenc.c b/libavformat/webvttenc.c
index 95f58e2942..fcff80c4bf 100644
--- a/libavformat/webvttenc.c
+++ b/libavformat/webvttenc.c
@@ -102,7 +102,7 @@ static int webvtt_write_packet(AVFormatContext *ctx, AVPacket *pkt)
return 0;
}
-AVOutputFormat ff_webvtt_muxer = {
+const AVOutputFormat ff_webvtt_muxer = {
.name = "webvtt",
.long_name = NULL_IF_CONFIG_SMALL("WebVTT subtitle"),
.extensions = "vtt",