From 3650b43959cdd2fbe6fa9cff3208c2e953c9faee Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 11 Oct 2006 12:23:40 +0000 Subject: [PATCH] enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon, PM, P3) from which ive seen benchmarks, it might be slower on P4 but noone has posted benchmarks ... Originally committed as revision 6652 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index a677d0f87e..f5e4e03e99 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -32,6 +32,7 @@ #define CABAC_BITS 16 #define CABAC_MASK ((1<