X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwebm_chunk.c;h=f4d0db83a4517c3a388904c7fb4ea6f4a5ea1d24;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=fefab982cb952d19a77cb01b838272244f927f7b;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/webm_chunk.c b/libavformat/webm_chunk.c index fefab982cb9..f4d0db83a45 100644 --- a/libavformat/webm_chunk.c +++ b/libavformat/webm_chunk.c @@ -289,7 +289,7 @@ static const AVClass webm_chunk_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVOutputFormat ff_webm_chunk_muxer = { +const AVOutputFormat ff_webm_chunk_muxer = { .name = "webm_chunk", .long_name = NULL_IF_CONFIG_SMALL("WebM Chunk Muxer"), .mime_type = "video/webm",