diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-02 00:21:37 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-02 00:21:37 +0000 |
commit | 563ae9f8eb03e4040f2b6802c79e99ad53920c04 (patch) | |
tree | fc7d77b2ab5076993bb3c36fc9f52f8c1fdcef32 /libswscale | |
parent | 58e6100cc86ebdffa6c6b0e2b4c5b582e7168614 (diff) | |
download | mpv-563ae9f8eb03e4040f2b6802c79e99ad53920c04.tar.bz2 mpv-563ae9f8eb03e4040f2b6802c79e99ad53920c04.tar.xz |
Remove unused declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28057 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/rgb2rgb.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libswscale/rgb2rgb.c b/libswscale/rgb2rgb.c index b55141264a..5fc031acbb 100644 --- a/libswscale/rgb2rgb.c +++ b/libswscale/rgb2rgb.c @@ -124,21 +124,6 @@ DECLARE_ASM_CONST(8, uint64_t, blue_16mask) = 0x0000001f0000001fULL; DECLARE_ASM_CONST(8, uint64_t, red_15mask) = 0x00007c0000007c00ULL; DECLARE_ASM_CONST(8, uint64_t, green_15mask) = 0x000003e0000003e0ULL; DECLARE_ASM_CONST(8, uint64_t, blue_15mask) = 0x0000001f0000001fULL; - -#if 0 -static volatile uint64_t __attribute__((aligned(8))) b5Dither; -static volatile uint64_t __attribute__((aligned(8))) g5Dither; -static volatile uint64_t __attribute__((aligned(8))) g6Dither; -static volatile uint64_t __attribute__((aligned(8))) r5Dither; - -static uint64_t __attribute__((aligned(8))) dither4[2]={ - 0x0103010301030103LL, - 0x0200020002000200LL,}; - -static uint64_t __attribute__((aligned(8))) dither8[2]={ - 0x0602060206020602LL, - 0x0004000400040004LL,}; -#endif #endif /* defined(ARCH_X86) */ #define RGB2YUV_SHIFT 8 |