Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-15 22:46:57 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-08-15 23:38:22 +0400
commit60e9b8556ab33af8087968b1de15867ede7c5685 (patch)
treeee1031742cd98f5098911576e0ce6a9bd3f059cd /libswscale/swscale_internal.h
parent165b65771de966f0d47eb236d2135f1beddfcac1 (diff)
swscale_unscaled: make dither_scale static, its not used elsewhere and has no prefix
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h1
1 files changed, 0 insertions, 1 deletions
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;