[FFmpeg-devel] [PATCH] avformat/dashdec: propagate icy to child AVIOContexts

2019-12-16 Thread Marvin Scholz
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 --- libavformat/dashdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: propagate icy to child AVIOContexts

2019-12-21 Thread Marvin Scholz
On 17 Dec 2019, at 1:45, Marvin Scholz wrote: 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 --- libavformat/dashdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/li

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: propagate icy to child AVIOContexts

2019-12-21 Thread Liu Steven
> 在 2019年12月21日,下午7:03,Marvin Scholz 写道: > > On 17 Dec 2019, at 1:45, Marvin Scholz wrote: > >> 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 >> --- >> libavformat/dashdec.c |

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: propagate icy to child AVIOContexts

2019-12-27 Thread James Almer
On 12/21/2019 8:11 PM, Liu Steven wrote: > > >> 在 2019年12月21日,下午7:03,Marvin Scholz 写道: >> >> On 17 Dec 2019, at 1:45, Marvin Scholz wrote: >> >>> 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.