[FFmpeg-cvslog] x86/cavdsp: prevent named constraints appearing twice.
Matt Oliver
git at videolan.org
Sat May 3 17:56:50 CEST 2014
ffmpeg | branch: master | Matt Oliver <protogonoi at gmail.com> | Sat May 3 17:59:20 2014 +1000| [3c3e02b8d1973c1e864b3042d93534c7aa5f16bf] | committer: Michael Niedermayer
x86/cavdsp: prevent named constraints appearing twice.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c3e02b8d1973c1e864b3042d93534c7aa5f16bf
---
libavcodec/x86/cavsdsp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/x86/cavsdsp.c b/libavcodec/x86/cavsdsp.c
index 653250d..b45126c 100644
--- a/libavcodec/x86/cavsdsp.c
+++ b/libavcodec/x86/cavsdsp.c
@@ -388,7 +388,7 @@ static inline void OPNAME ## cavs_qpel8or16_v1_ ## MMX(uint8_t *dst, uint8_t *sr
}\
\
static inline void OPNAME ## cavs_qpel8or16_v2_ ## MMX(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h){\
- QPEL_CAVSVNUM(QPEL_CAVSV2,OP,ff_pw_4,ff_pw_5,ff_pw_5) \
+ QPEL_CAVSVNUM(QPEL_CAVSV2,OP,ff_pw_4,ff_pw_5,ff_pw_42) \
}\
\
static inline void OPNAME ## cavs_qpel8or16_v3_ ## MMX(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h){\
More information about the ffmpeg-cvslog
mailing list