]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hlsenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / hlsenc.c
index 6e7d6d554b1bccc2ccff6fd9ea8b7a01e3dde229..9d9f0c03d4d232d070f6972184fe9c7efc28da97 100644 (file)
@@ -3159,7 +3159,7 @@ static const AVClass hls_class = {
 };
 
 
-AVOutputFormat ff_hls_muxer = {
+const AVOutputFormat ff_hls_muxer = {
     .name           = "hls",
     .long_name      = NULL_IF_CONFIG_SMALL("Apple HTTP Live Streaming"),
     .extensions     = "m3u8",