X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmicrodvdenc.c;h=4db5e70161948ea06c35b7676b56e0c00c04e9db;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=1cd215d8def792158eeeb408998b0fd7e84d8c92;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/microdvdenc.c b/libavformat/microdvdenc.c index 1cd215d8def..4db5e701619 100644 --- a/libavformat/microdvdenc.c +++ b/libavformat/microdvdenc.c @@ -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",