]> git.sesse.net Git - ffmpeg/commit
avformat/hls: propagate icy to child AVIOContexts
authorMarvin Scholz <epirat07@gmail.com>
Tue, 17 Dec 2019 00:17:42 +0000 (01:17 +0100)
committerJames Almer <jamrial@gmail.com>
Fri, 27 Dec 2019 17:57:25 +0000 (14:57 -0300)
commitc3bb6efef285adb8ca06278df15473f3c4d5aec5
treea3b0f4660c9a1e5cf5fd3c1407a8607b0027451d
parent93671d675597e685215a9ade4ddf7b00271f5767
avformat/hls: propagate icy to child AVIOContexts

When the user decides they do not want to to send the Icy-MetaData
header, this should be respected for all requests, not just the first
one.

Fix #5578

Reviewed-by: Liu Steven <lq@chinaffmpeg.org>
Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/hls.c