diff options
author | David Conrad <lessen42@gmail.com> | 2010-07-11 22:52:55 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2010-07-11 22:52:55 +0000 |
commit | 7af8fbd3485fade2f84cf4f5d6f03c10c4820aa6 (patch) | |
tree | 52be50ae23f733a90a89c7fc7bbd6305f4b6fb03 /libavcodec/x86/dsputil_mmx.h | |
parent | fca58a815aa242e707b22db3fce1da44a50ffcd4 (diff) | |
download | ffmpeg-7af8fbd3485fade2f84cf4f5d6f03c10c4820aa6.tar.gz |
Make ff_pw_4 128 bits
Originally committed as revision 24207 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/dsputil_mmx.h')
-rw-r--r-- | libavcodec/x86/dsputil_mmx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/dsputil_mmx.h b/libavcodec/x86/dsputil_mmx.h index 51148e3a95..ca3713c6e5 100644 --- a/libavcodec/x86/dsputil_mmx.h +++ b/libavcodec/x86/dsputil_mmx.h @@ -33,7 +33,7 @@ extern const uint64_t ff_wtwo; extern const uint64_t ff_pdw_80000000[2]; extern const uint64_t ff_pw_3; -extern const uint64_t ff_pw_4; +extern const xmm_reg ff_pw_4; extern const xmm_reg ff_pw_5; extern const xmm_reg ff_pw_8; extern const uint64_t ff_pw_15; |