]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flvenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / flvenc.c
index 711b94c5bca5408771dc02b8a58c8f291ea6af07..3f24c7e19245ceec12e1a07184a804175a348557 100644 (file)
@@ -1112,7 +1112,7 @@ static const AVClass flv_muxer_class = {
     .version    = LIBAVUTIL_VERSION_INT,
 };
 
-AVOutputFormat ff_flv_muxer = {
+const AVOutputFormat ff_flv_muxer = {
     .name           = "flv",
     .long_name      = NULL_IF_CONFIG_SMALL("FLV (Flash Video)"),
     .mime_type      = "video/x-flv",