comparison libpostproc/postprocess.h @ 799:fbbe46490ce9 libavcodec

cleanly passing the cpuCaps
author michael
date Wed, 30 Oct 2002 01:50:58 +0000
parents 8e9faf69110f
children 52ac8213387e
comparison
equal deleted inserted replaced
798:50ae708fc721 799:fbbe46490ce9
94 PPMode pp_get_mode_by_name_and_quality(char *name, int quality); 94 PPMode pp_get_mode_by_name_and_quality(char *name, int quality);
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);
100 #define PP_CPU_CAPS_MMX 1
101 #define PP_CPU_CAPS_MMX2 2
102 #define PP_CPU_CAPS_3DNOW 4
103
99 #endif 104 #endif