]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/smoothstreamingenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / smoothstreamingenc.c
index 941f03f0b1753574c8c8c54eaf196a2c3754d0c3..a18fbd07d9c86b5577205cfa2a5cc6aa27f2ffb3 100644 (file)
@@ -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),