[FFmpeg-devel] [PATCH v2] hls: detect SAMPLE-AES encryption

2015-03-05 Thread selsta
SAMPLE-AES encryption is not commonly used yet, but without this patch ffmpeg is thinking that the hls segments are not encrypted which produces broken files. --- libavformat/hls.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c ind

Re: [FFmpeg-devel] [PATCH] hls: detect SAMPLE-AES encryption

2015-03-05 Thread selsta
On Thu, Mar 5, 2015, at 06:36 PM, Derek Buitenhuis wrote: > Configure your name and email. Done. > This doesn't look like it was sent with git send-email? I was not. I've used git format-patch but I'll setup git send-email. > URLs in commit messages tend not to be useful later on. How should I se