Re: [FFmpeg-devel] [PATCH 3/3] hls: handle crypto in the protocol checks

2016-03-15 Thread Michael Niedermayer
On Mon, Mar 14, 2016 at 12:22:35PM +0100, Hendrik Leppkes wrote: > Fixes issue 5248 > --- > libavformat/hls.c | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) probably ok thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Modern terrori

Re: [FFmpeg-devel] [PATCH 3/3] hls: handle crypto in the protocol checks

2016-03-14 Thread Schenk, Michael
von Hendrik Leppkes Gesendet: Montag, 14. März 2016 12:23 An: ffmpeg-devel@ffmpeg.org Betreff: [FFmpeg-devel] [PATCH 3/3] hls: handle crypto in the protocol checks Fixes issue 5248 --- libavformat/hls.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libavformat

[FFmpeg-devel] [PATCH 3/3] hls: handle crypto in the protocol checks

2016-03-14 Thread Hendrik Leppkes
Fixes issue 5248 --- libavformat/hls.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 714d1e0..fb87954 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -594,12 +594,20 @@ static int open_url(AVFormatContext *s,