]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/srtenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / srtenc.c
index 93d5ed7ac826357c6010c018b80c5472af7f6286..7f6171edd34406f77af3898eca41cb8d5921eac1 100644 (file)
@@ -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",