diff options
author | Romain Dolbeau <dolbeau@irisa.fr> | 2004-03-11 17:58:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-03-11 17:58:11 +0000 |
commit | a2faa401924b7d3c6d21169762f4340a1331ef48 (patch) | |
tree | 863d209e48b22c941164ee5a14ff892da3094b6d /postproc/swscale.h | |
parent | 08abe0fd66a03b50238654c93a172a059d09ac18 (diff) | |
download | ffmpeg-a2faa401924b7d3c6d21169762f4340a1331ef48.tar.gz |
AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 12018 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.h')
-rw-r--r-- | postproc/swscale.h | 1 |
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 |