diff libpostproc/postprocess.h @ 805:de7636688003 libavcodec

per context cpuCaps (idea by kabi)
author michael
date Wed, 30 Oct 2002 21:02:03 +0000
parents f3a1bc99d4a0
children 6d225a8f0ff0
line wrap: on
line diff
--- a/libpostproc/postprocess.h	Wed Oct 30 20:50:31 2002 +0000
+++ b/libpostproc/postprocess.h	Wed Oct 30 21:02:03 2002 +0000
@@ -95,10 +95,9 @@
 // name is the stuff after "-pp" on the command line
 PPMode pp_get_mode_by_name_and_quality(char *name, int quality);
 
-pp_context *pp_get_context(int width, int height);
+pp_context *pp_get_context(int width, int height, int cpuCaps);
 void pp_free_context(pp_context *ppContext);
 
-int pp_init(int cpuCaps);
 #define PP_CPU_CAPS_MMX   0x80000000
 #define PP_CPU_CAPS_MMX2  0x20000000
 #define PP_CPU_CAPS_3DNOW 0x40000000