comparison libpostproc/postprocess.h @ 800:52ac8213387e libavcodec

using same numbers for cpuCaps as libmpeg2 & liba52
author michael
date Wed, 30 Oct 2002 01:59:51 +0000
parents fbbe46490ce9
children f3a1bc99d4a0
comparison
equal deleted inserted replaced
799:fbbe46490ce9 800:52ac8213387e
95 95
96 void *pp_get_context(int width, int height); 96 void *pp_get_context(int width, int height);
97 void pp_free_context(void *ppContext); 97 void pp_free_context(void *ppContext);
98 98
99 int pp_init(int cpuCaps); 99 int pp_init(int cpuCaps);
100 #define PP_CPU_CAPS_MMX 1 100 #define PP_CPU_CAPS_MMX 0x80000000
101 #define PP_CPU_CAPS_MMX2 2 101 #define PP_CPU_CAPS_MMX2 0x20000000
102 #define PP_CPU_CAPS_3DNOW 4 102 #define PP_CPU_CAPS_3DNOW 0x40000000
103 103
104 #endif 104 #endif