diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-05-26 20:15:15 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-05-26 20:15:15 +0000 |
commit | b0ac780ac5cd0459384ce87264c4f15ede5a5e77 (patch) | |
tree | ebb738c52ba2fdf72424921b1f73dd38772d6bff /libavcodec/libpostproc/postprocess.h | |
parent | 12013f67c4559c94e6be616ae3d66a5af8db2395 (diff) | |
download | ffmpeg-b0ac780ac5cd0459384ce87264c4f15ede5a5e77.tar.gz |
altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 3162 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libpostproc/postprocess.h')
-rw-r--r-- | libavcodec/libpostproc/postprocess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libpostproc/postprocess.h b/libavcodec/libpostproc/postprocess.h index dae863044b..b5d4fa319d 100644 --- a/libavcodec/libpostproc/postprocess.h +++ b/libavcodec/libpostproc/postprocess.h @@ -59,6 +59,7 @@ void pp_free_context(pp_context_t *ppContext); #define PP_CPU_CAPS_MMX 0x80000000 #define PP_CPU_CAPS_MMX2 0x20000000 #define PP_CPU_CAPS_3DNOW 0x40000000 +#define PP_CPU_CAPS_ALTIVEC 0x10000000 #define PP_FORMAT 0x00000008 #define PP_FORMAT_420 (0x00000011|PP_FORMAT) |