]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/microdvdenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / microdvdenc.c
index 1cd215d8def792158eeeb408998b0fd7e84d8c92..4db5e70161948ea06c35b7676b56e0c00c04e9db 100644 (file)
@@ -55,7 +55,7 @@ static int microdvd_write_packet(AVFormatContext *avf, AVPacket *pkt)
     return 0;
 }
 
-AVOutputFormat ff_microdvd_muxer = {
+const AVOutputFormat ff_microdvd_muxer = {
     .name           = "microdvd",
     .long_name      = NULL_IF_CONFIG_SMALL("MicroDVD subtitle format"),
     .mime_type      = "text/x-microdvd",