summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-11 17:58:11 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-11 17:58:11 +0000
commite61fb5349ab1c7e6ae2664ab5ee4d04bb3e8f92b (patch)
treec86dae5f7ccf48eafbadc1eeb2a570b7767d4b76 /postproc/swscale.h
parent5865c8ccde6c16f290332a51adcc678e7f67acaf (diff)
downloadmpv-e61fb5349ab1c7e6ae2664ab5ee4d04bb3e8f92b.tar.bz2
mpv-e61fb5349ab1c7e6ae2664ab5ee4d04bb3e8f92b.tar.xz
AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12018 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/swscale.h')
-rw-r--r--postproc/swscale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/postproc/swscale.h b/postproc/swscale.h
index 6587816b44..3bcb432430 100644
--- a/postproc/swscale.h
+++ b/postproc/swscale.h
@@ -60,6 +60,7 @@ extern "C" {
#define SWS_CPU_CAPS_MMX 0x80000000
#define SWS_CPU_CAPS_MMX2 0x20000000
#define SWS_CPU_CAPS_3DNOW 0x40000000
+#define SWS_CPU_CAPS_ALTIVEC 0x10000000
#define SWS_MAX_REDUCE_CUTOFF 0.002