X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhdsenc.c;h=026530ac369cc04fa7ffd48c35b6b769625c6818;hb=5f64f6058e0c23641a68ce7dfe47b1f55efd401c;hp=d82aee17b98e20ea7e117afb0dc34e84793a37f6;hpb=fb4a12cda4033f2f3d3d1039739f6e0e6f9afb82;p=ffmpeg diff --git a/libavformat/hdsenc.c b/libavformat/hdsenc.c index d82aee17b98..026530ac369 100644 --- a/libavformat/hdsenc.c +++ b/libavformat/hdsenc.c @@ -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);