From 60e9b8556ab33af8087968b1de15867ede7c5685 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 15 Aug 2013 20:46:57 +0200 Subject: swscale_unscaled: make dither_scale static, its not used elsewhere and has no prefix Signed-off-by: Michael Niedermayer --- libswscale/swscale_internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index e7cc26ea54..18563eed78 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -805,7 +805,6 @@ static av_always_inline int usePal(enum AVPixelFormat pix_fmt) extern const uint64_t ff_dither4[2]; extern const uint64_t ff_dither8[2]; extern const uint8_t dithers[8][8][8]; -extern const uint16_t dither_scale[15][16]; extern const AVClass sws_context_class; -- cgit v1.2.3