summaryrefslogtreecommitdiff
path: root/libavformat/srtenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/srtenc.c')
-rw-r--r--libavformat/srtenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/srtenc.c b/libavformat/srtenc.c
index 93d5ed7ac8..7f6171edd3 100644
--- a/libavformat/srtenc.c
+++ b/libavformat/srtenc.c
@@ -96,7 +96,7 @@ static int srt_write_packet(AVFormatContext *avf, AVPacket *pkt)
return 0;
}
-AVOutputFormat ff_srt_muxer = {
+const AVOutputFormat ff_srt_muxer = {
.name = "srt",
.long_name = NULL_IF_CONFIG_SMALL("SubRip subtitle"),
.mime_type = "application/x-subrip",