Re: [FFmpeg-devel] [PATCH 2/3] avformat/hls: comment out unused function

2015-08-23 Thread Ganesh Ajjanagadde
On Sun, Aug 23, 2015 at 2:01 PM, wm4 wrote: > On Sat, 22 Aug 2015 22:48:39 -0400 > Ganesh Ajjanagadde wrote: > >> On Thu, Aug 20, 2015 at 7:27 PM, Ganesh Ajjanagadde >> wrote: >> > Fixes -Wunused-function from >> > http://fate.ffmpeg.org/report.cgi?time=20150820031140&slot=arm64-darwin-clang-app

Re: [FFmpeg-devel] [PATCH 2/3] avformat/hls: comment out unused function

2015-08-23 Thread wm4
On Sat, 22 Aug 2015 22:48:39 -0400 Ganesh Ajjanagadde wrote: > On Thu, Aug 20, 2015 at 7:27 PM, Ganesh Ajjanagadde > wrote: > > Fixes -Wunused-function from > > http://fate.ffmpeg.org/report.cgi?time=20150820031140&slot=arm64-darwin-clang-apple-5.1 > > > > Signed-off-by: Ganesh Ajjanagadde > >

Re: [FFmpeg-devel] [PATCH 2/3] avformat/hls: comment out unused function

2015-08-22 Thread Ganesh Ajjanagadde
On Thu, Aug 20, 2015 at 7:27 PM, Ganesh Ajjanagadde wrote: > Fixes -Wunused-function from > http://fate.ffmpeg.org/report.cgi?time=20150820031140&slot=arm64-darwin-clang-apple-5.1 > > Signed-off-by: Ganesh Ajjanagadde > --- > libavformat/hls.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deleti

[FFmpeg-devel] [PATCH 2/3] avformat/hls: comment out unused function

2015-08-20 Thread Ganesh Ajjanagadde
Fixes -Wunused-function from http://fate.ffmpeg.org/report.cgi?time=20150820031140&slot=arm64-darwin-clang-apple-5.1 Signed-off-by: Ganesh Ajjanagadde --- libavformat/hls.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 82dd744..