]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hdsenc.c
avcodec/alsdec: Fix integer overflow with buffer number
[ffmpeg] / libavformat / hdsenc.c
index d82aee17b98e20ea7e117afb0dc34e84793a37f6..026530ac369cc04fa7ffd48c35b6b769625c6818 100644 (file)
@@ -315,7 +315,7 @@ static int hds_write_header(AVFormatContext *s)
 {
     HDSContext *c = s->priv_data;
     int ret = 0, i;
-    AVOutputFormat *oformat;
+    ff_const59 AVOutputFormat *oformat;
 
     if (mkdir(s->url, 0777) == -1 && errno != EEXIST) {
         ret = AVERROR(errno);