]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/webpenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / webpenc.c
index ca4ffc4e2dd0abaed32ede79e4b32e31aa572352..9599fe7b85071ba320d5b1f08eaf25ad00f7a428 100644 (file)
@@ -212,7 +212,7 @@ static const AVClass webp_muxer_class = {
     .version    = LIBAVUTIL_VERSION_INT,
     .option     = options,
 };
-AVOutputFormat ff_webp_muxer = {
+const AVOutputFormat ff_webp_muxer = {
     .name           = "webp",
     .long_name      = NULL_IF_CONFIG_SMALL("WebP"),
     .extensions     = "webp",