Re: [FFmpeg-devel] [PATCH] libswscale/swscale: fix -Wunused-function

2015-09-18 Thread Michael Niedermayer
On Fri, Sep 18, 2015 at 04:35:33PM -0400, Ganesh Ajjanagadde wrote: > hyscale, hcscale are only used in old filter code, hence place > header guard to silence -Wunused-function. > > Signed-off-by: Ganesh Ajjanagadde > --- > libswscale/swscale.c | 2 ++ > 1 file changed, 2 insertions(+) applied

[FFmpeg-devel] [PATCH] libswscale/swscale: fix -Wunused-function

2015-09-18 Thread Ganesh Ajjanagadde
hyscale, hcscale are only used in old filter code, hence place header guard to silence -Wunused-function. Signed-off-by: Ganesh Ajjanagadde --- libswscale/swscale.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 120bba1..f4aa41b 100644 ---