diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-17 00:06:45 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-17 00:06:45 +0100 |
commit | 2f955d572b0818f82a7001c6a4014bc49ef9c63c (patch) | |
tree | 14250a8c4b60fad3b225fec0bdb57781ed142bdd /libswscale/x86/swscale.c | |
parent | 0efacc7f9a36821ab0fee42c8c12322c03263444 (diff) | |
download | ffmpeg-2f955d572b0818f82a7001c6a4014bc49ef9c63c.tar.gz |
swscale/x86/swscale: remove unused constants
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/x86/swscale.c')
-rw-r--r-- | libswscale/x86/swscale.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libswscale/x86/swscale.c b/libswscale/x86/swscale.c index 5d46f7c820..d85380065b 100644 --- a/libswscale/x86/swscale.c +++ b/libswscale/x86/swscale.c @@ -58,10 +58,6 @@ DECLARE_ALIGNED(8, const uint64_t, ff_M24A) = 0x00FF0000FF0000FFLL; DECLARE_ALIGNED(8, const uint64_t, ff_M24B) = 0xFF0000FF0000FF00LL; DECLARE_ALIGNED(8, const uint64_t, ff_M24C) = 0x0000FF0000FF0000LL; -DECLARE_ALIGNED(8, const uint64_t, ff_bgr2YCoeff) = 0x000020E540830C8BULL; -DECLARE_ALIGNED(8, const uint64_t, ff_bgr2UCoeff) = 0x0000ED0FDAC23831ULL; -DECLARE_ALIGNED(8, const uint64_t, ff_bgr2VCoeff) = 0x00003831D0E6F6EAULL; - DECLARE_ALIGNED(8, const uint64_t, ff_bgr2YOffset) = 0x1010101010101010ULL; DECLARE_ALIGNED(8, const uint64_t, ff_bgr2UVOffset) = 0x8080808080808080ULL; DECLARE_ALIGNED(8, const uint64_t, ff_w1111) = 0x0001000100010001ULL; |