diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-13 20:03:30 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-14 10:12:43 +0100 |
commit | 9d03cb9fc5ddf914920ab0dbe13f19a34c754966 (patch) | |
tree | 8d29f78b9648083176267d49b1e44049e09dd24a /libswscale/swscale_internal.h | |
parent | 771bab7f573fdb4a5c9456ecaabf15c5a14a22b0 (diff) | |
download | ffmpeg-9d03cb9fc5ddf914920ab0dbe13f19a34c754966.tar.gz |
swscale: Remove some write-only variables related to alpha handling.
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 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. |