X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhls.c;h=83acbb0aa6ad08f511221d16534fa94a91bb0097;hb=56450a0ee4fdda160f4039fc2ae33edfd27765c9;hp=b589ad28704cc16157a85492cee971b05dd08f48;hpb=f0c7fa2c484e197dae05fbda70a15b5e2ce81e9a;p=ffmpeg diff --git a/libavformat/hls.c b/libavformat/hls.c index b589ad28704..83acbb0aa6a 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -1957,8 +1957,8 @@ static int hls_read_header(AVFormatContext *s) /* Open the demuxer for each playlist */ for (i = 0; i < c->n_playlists; i++) { struct playlist *pls = c->playlists[i]; + const AVInputFormat *in_fmt = NULL; char *url; - ff_const59 AVInputFormat *in_fmt = NULL; if (!(pls->ctx = avformat_alloc_context())) { ret = AVERROR(ENOMEM);