Re: [FFmpeg-devel] [PATCH 1/3] avformat/hls: correct comment for ensure_playlist()

2015-08-21 Thread Michael Niedermayer
On Thu, Aug 20, 2015 at 07:27:24PM -0400, Ganesh Ajjanagadde wrote: > Comment was previously slightly incorrect. > Also, it was placed in the wrong location. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavformat/hls.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) applied th

[FFmpeg-devel] [PATCH 1/3] avformat/hls: correct comment for ensure_playlist()

2015-08-20 Thread Ganesh Ajjanagadde
Comment was previously slightly incorrect. Also, it was placed in the wrong location. Signed-off-by: Ganesh Ajjanagadde --- libavformat/hls.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index caecbde..82dd744 100644 --- a/libavf