summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-13 20:03:30 +0100
committerDiego Biurrun <diego@biurrun.de>2012-02-14 10:12:43 +0100
commit9d03cb9fc5ddf914920ab0dbe13f19a34c754966 (patch)
tree8d29f78b9648083176267d49b1e44049e09dd24a /libswscale/swscale_internal.h
parent771bab7f573fdb4a5c9456ecaabf15c5a14a22b0 (diff)
swscale: Remove some write-only variables related to alpha handling.
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 bc36826ea2..5e93629d54 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -378,7 +378,6 @@ typedef struct SwsContext {
DECLARE_ALIGNED(8, uint64_t, u_temp);
DECLARE_ALIGNED(8, uint64_t, v_temp);
DECLARE_ALIGNED(8, uint64_t, y_temp);
- int32_t alpMmxFilter[4 * MAX_FILTER_SIZE];
// alignment of these values is not necessary, but merely here
// to maintain the same offset across x8632 and x86-64. Once we
// use proper offset macros in the asm, they can be removed.