X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhlsenc.c;h=9d9f0c03d4d232d070f6972184fe9c7efc28da97;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=6e7d6d554b1bccc2ccff6fd9ea8b7a01e3dde229;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 6e7d6d554b1..9d9f0c03d4d 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -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",