summaryrefslogtreecommitdiff
path: root/libavformat/ttmlenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ttmlenc.c')
-rw-r--r--libavformat/ttmlenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ttmlenc.c b/libavformat/ttmlenc.c
index 34a0107a14..7577cb543b 100644
--- a/libavformat/ttmlenc.c
+++ b/libavformat/ttmlenc.c
@@ -219,7 +219,7 @@ static int ttml_write_trailer(AVFormatContext *ctx)
return 0;
}
-AVOutputFormat ff_ttml_muxer = {
+const AVOutputFormat ff_ttml_muxer = {
.name = "ttml",
.long_name = NULL_IF_CONFIG_SMALL("TTML subtitle"),
.extensions = "ttml",