]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/smoothstreamingenc.c
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / libavformat / smoothstreamingenc.c
index ba5cc27ca01cff9d7224bca63450e0cd5725d2a8..941f03f0b1753574c8c8c54eaf196a2c3754d0c3 100644 (file)
@@ -283,7 +283,7 @@ static int ism_write_header(AVFormatContext *s)
 {
     SmoothStreamingContext *c = s->priv_data;
     int ret = 0, i;
-    ff_const59 AVOutputFormat *oformat;
+    const AVOutputFormat *oformat;
 
     if (mkdir(s->url, 0777) == -1 && errno != EEXIST) {
         av_log(s, AV_LOG_ERROR, "mkdir failed\n");