From b401ebad91ea78a263440c966c7da8758b05edfa Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Nov 2002 01:19:04 +0000 Subject: cosmetics requested by kabi Originally committed as revision 8020 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/postprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postproc/postprocess.c') diff --git a/postproc/postprocess.c b/postproc/postprocess.c index 63533346c0..9995f87acf 100644 --- a/postproc/postprocess.c +++ b/postproc/postprocess.c @@ -489,7 +489,7 @@ static inline void horizX1Filter(uint8_t *src, int stride, int QP) // minor note: the HAVE_xyz is messed up after that line so dont use it static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, - QP_STORE_T QPs[], int QPStride, int isColor, PPMode *ppMode, pp_context *vc) + QP_STORE_T QPs[], int QPStride, int isColor, PPMode *ppMode, pp_context_t *vc) { PPContext *c= (PPContext *)vc; c->ppMode= *ppMode; //FIXME -- cgit v1.2.3