summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r--postproc/postprocess.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h
index 79eb9387c8..c51044eeaf 100644
--- a/postproc/postprocess.h
+++ b/postproc/postprocess.h
@@ -96,4 +96,9 @@ PPMode pp_get_mode_by_name_and_quality(char *name, int quality);
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