]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/webmdashenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / webmdashenc.c
index 1304c1a8c3c2f597252152f721ec638c8c8cd3d4..6f9622af5f28343a644cb627cf343f5ec2150ca0 100644 (file)
@@ -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",