Mercurial > libavcodec.hg
changeset 800:52ac8213387e libavcodec
using same numbers for cpuCaps as libmpeg2 & liba52
author | michael |
---|---|
date | Wed, 30 Oct 2002 01:59:51 +0000 |
parents | fbbe46490ce9 |
children | f720b01c0fd5 |
files | libpostproc/postprocess.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/postprocess.h Wed Oct 30 01:50:58 2002 +0000 +++ b/libpostproc/postprocess.h Wed Oct 30 01:59:51 2002 +0000 @@ -97,8 +97,8 @@ 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 +#define PP_CPU_CAPS_MMX 0x80000000 +#define PP_CPU_CAPS_MMX2 0x20000000 +#define PP_CPU_CAPS_3DNOW 0x40000000 #endif