X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsmoothstreamingenc.c;h=a18fbd07d9c86b5577205cfa2a5cc6aa27f2ffb3;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=941f03f0b1753574c8c8c54eaf196a2c3754d0c3;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/smoothstreamingenc.c b/libavformat/smoothstreamingenc.c index 941f03f0b17..a18fbd07d9c 100644 --- a/libavformat/smoothstreamingenc.c +++ b/libavformat/smoothstreamingenc.c @@ -637,7 +637,7 @@ static const AVClass ism_class = { }; -AVOutputFormat ff_smoothstreaming_muxer = { +const AVOutputFormat ff_smoothstreaming_muxer = { .name = "smoothstreaming", .long_name = NULL_IF_CONFIG_SMALL("Smooth Streaming Muxer"), .priv_data_size = sizeof(SmoothStreamingContext),