From aa2ba8c99e5708884a56aea9c1d96e014866f8a3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 15 Aug 2013 13:38:12 +0200 Subject: swscale: Move extern declarations for tables to swscale_internal.h Also add missing ff_ prefixes where necessary. --- libswscale/swscale_internal.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 9544309cb7..e8245b90d5 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -720,6 +720,14 @@ 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 ff_dither_4x4_16[4][8]; +extern const uint8_t ff_dither_8x8_32[8][8]; +extern const uint8_t ff_dither_8x8_73[8][8]; +extern const uint8_t ff_dither_8x8_128[8][8]; +extern const uint8_t ff_dither_8x8_220[8][8]; + +extern const int32_t ff_yuv2rgb_coeffs[8][4]; + extern const AVClass sws_context_class; /** -- cgit v1.2.3