diff 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
line wrap: on
line diff
--- a/libpostproc/postprocess.h	Tue Oct 29 23:36:37 2002 +0000
+++ b/libpostproc/postprocess.h	Wed Oct 30 01:50:58 2002 +0000
@@ -96,4 +96,9 @@
 void *pp_get_context(int width, int height);
 void pp_free_context(void *ppContext);
 
+int pp_init(int cpuCaps);
+#define PP_CPU_CAPS_MMX   1
+#define PP_CPU_CAPS_MMX2  2
+#define PP_CPU_CAPS_3DNOW 4
+
 #endif