aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2014-12-15 22:13:52 -0500
committerMichael Niedermayer <michaelni@gmx.at>2014-12-19 14:07:19 +0100
commitbdc1e3e3b27d2b35ea88a964254e311d359aac69 (patch)
tree3b69c5c68de96f0b6bb51d6864eca096dfd3d5c4 /libavcodec/x86/constants.h
parentb6e1711223a4f25f2981417a4b773a65dd0423c1 (diff)
downloadffmpeg-bdc1e3e3b27d2b35ea88a964254e311d359aac69.tar.gz
vp9/x86: intra prediction sse2/32bit support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/constants.h')
-rw-r--r--libavcodec/x86/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h
index e75fff9b9a..1c24dda3a7 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -42,7 +42,7 @@ extern const uint64_t ff_pw_53;
extern const xmm_reg ff_pw_64;
extern const uint64_t ff_pw_96;
extern const uint64_t ff_pw_128;
-extern const uint64_t ff_pw_255;
+extern const xmm_reg ff_pw_255;
extern const xmm_reg ff_pw_512;
extern const xmm_reg ff_pw_1024;
extern const xmm_reg ff_pw_2048;