summaryrefslogtreecommitdiff
path: root/postproc/postprocess.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-11-01 01:19:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-01 01:19:04 +0000
commitb401ebad91ea78a263440c966c7da8758b05edfa (patch)
tree87a2b971580b3a5c46b897d0f6686db0344ae125 /postproc/postprocess.c
parentf408fc67c0bcd735ee2638d78cc4dcc3590bbb5b (diff)
cosmetics requested by kabi
Originally committed as revision 8020 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess.c')
-rw-r--r--postproc/postprocess.c2
1 files changed, 1 insertions, 1 deletions
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