diff options
author | Michael Niedermayer | 2013-08-16 12:38:12 +0200 |
---|---|---|
committer | Michael Niedermayer | 2013-08-16 12:40:32 +0200 |
commit | 1ef0b8f9cc072be5b70af100b6d63dbbcc9cc260 (patch) | |
tree | 23ab8275f66acfa5da4abc88e03737e9159b3f15 /libswscale/swscale_internal.h | |
parent | 7372177a08c0fda59bc01abe44199b68953c3c70 (diff) | |
parent | d258531502b24cb653204fe4f003c8815755bdc4 (diff) |
Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'
* commit 'd258531502b24cb653204fe4f003c8815755bdc4':
swscale: Mark a bunch of tables only used within one file static
Conflicts:
libswscale/swscale_unscaled.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index bd5628d081..1b054614cb 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -814,7 +814,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 AVClass sws_context_class; |