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
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
---