diff libpostproc/postprocess.c @ 820:6d225a8f0ff0 libavcodec

cosmetics requested by kabi
author michael
date Fri, 01 Nov 2002 01:19:04 +0000
parents 440b8e4b2d35
children c39e14fc2392
line wrap: on
line diff
--- a/libpostproc/postprocess.c	Thu Oct 31 20:22:30 2002 +0000
+++ b/libpostproc/postprocess.c	Fri Nov 01 01:19:04 2002 +0000
@@ -489,7 +489,7 @@
 // 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