comparison imgresample.c @ 1057:bb5de8a59da8 libavcodec

* static,const,compiler warning cleanup
author kabi
date Mon, 10 Feb 2003 09:35:32 +0000
parents a0ad8e3452f2
children b32afefe7d33
comparison
equal deleted inserted replaced
1056:eb403f8158eb 1057:bb5de8a59da8
20 #include "dsputil.h" 20 #include "dsputil.h"
21 21
22 #ifdef USE_FASTMEMCPY 22 #ifdef USE_FASTMEMCPY
23 #include "fastmemcpy.h" 23 #include "fastmemcpy.h"
24 #endif 24 #endif
25 extern int mm_flags;
26 25
27 #define NB_COMPONENTS 3 26 #define NB_COMPONENTS 3
28 27
29 #define PHASE_BITS 4 28 #define PHASE_BITS 4
30 #define NB_PHASES (1 << PHASE_BITS) 29 #define NB_PHASES (1 << PHASE_BITS)