Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: improve hls encrypt get key file operation

2017-07-24 Thread Steven Liu
2017-07-21 11:49 GMT+08:00 Steven Liu : > get key file only once time is ok, no need more times. > Ticket-id: #6545 > > Found-by: JohnPi > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 15 +-- > 1 file changed, 9 insertions(+), 6 deletions(-) > > diff --git a/libavformat/hl

[FFmpeg-devel] [PATCH] avformat/hlsenc: improve hls encrypt get key file operation

2017-07-20 Thread Steven Liu
get key file only once time is ok, no need more times. Ticket-id: #6545 Found-by: JohnPi Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 8a233270b5..6f721eb010