X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwebmdashenc.c;h=6f9622af5f28343a644cb627cf343f5ec2150ca0;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=1304c1a8c3c2f597252152f721ec638c8c8cd3d4;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c index 1304c1a8c3c..6f9622af5f2 100644 --- a/libavformat/webmdashenc.c +++ b/libavformat/webmdashenc.c @@ -537,7 +537,7 @@ static const AVClass webm_dash_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVOutputFormat ff_webm_dash_manifest_muxer = { +const AVOutputFormat ff_webm_dash_manifest_muxer = { .name = "webm_dash_manifest", .long_name = NULL_IF_CONFIG_SMALL("WebM DASH Manifest"), .mime_type = "application/xml",