]> git.sesse.net Git - ffmpeg/commit
avformat/dashdec: propagate icy to child AVIOContexts
authorMarvin Scholz <epirat07@gmail.com>
Tue, 17 Dec 2019 00:45:04 +0000 (01:45 +0100)
committerJames Almer <jamrial@gmail.com>
Fri, 27 Dec 2019 17:58:51 +0000 (14:58 -0300)
commitf37bfd3f62899d5aa1460b0d206a32a602e1c9ff
tree13561347c56f902e63fb173b890a612eeb81f1a6
parentc3bb6efef285adb8ca06278df15473f3c4d5aec5
avformat/dashdec: 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/dashdec.c