summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-30 21:02:21 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-30 21:02:21 +0000
commitad5a3a16da862383748a80b144e3379321554337 (patch)
treef567158294f2431596a8abfe6952583f17bbca19 /postproc/postprocess.h
parent31642e274476f8a068e0110675b2ad16b345ec78 (diff)
downloadmpv-ad5a3a16da862383748a80b144e3379321554337.tar.bz2
mpv-ad5a3a16da862383748a80b144e3379321554337.tar.xz
per context cpuCaps (idea by kabi)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7986 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r--postproc/postprocess.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h
index 36f3566b6a..f638ad60e1 100644
--- a/postproc/postprocess.h
+++ b/postproc/postprocess.h
@@ -95,10 +95,9 @@ void pp_postprocess(uint8_t * src[3], int srcStride[3],
// 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