From 99877b2fc6bfa4fe451dee60fbeca3baac6c24e3 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sat, 4 Oct 2008 18:50:39 +0000 Subject: Remove b5Dither, g5Dither and r5Dither from libswscale. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27718 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libswscale/swscale.c') diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 882af25f61..639de3bb17 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -205,10 +205,6 @@ DECLARE_ASM_CONST(8, uint64_t, bm00000111)=0x0000000000FFFFFFLL; DECLARE_ASM_CONST(8, uint64_t, bm11111000)=0xFFFFFFFFFF000000LL; DECLARE_ASM_CONST(8, uint64_t, bm01010101)=0x00FF00FF00FF00FFLL; -static volatile uint64_t attribute_used __attribute__((aligned(8))) b5Dither; -static volatile uint64_t attribute_used __attribute__((aligned(8))) g5Dither; -static volatile uint64_t attribute_used __attribute__((aligned(8))) r5Dither; - const DECLARE_ALIGNED(8, uint64_t, ff_dither4[2]) = { 0x0103010301030103LL, 0x0200020002000200LL,}; -- cgit v1.2.3