diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-01 01:19:04 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-01 01:19:04 +0000 |
commit | 3a5834bc2129c43a2d392510a3a0cb68eac7709e (patch) | |
tree | 51367e32c1a203f58421756a60eeb59df4d28ce7 /postproc/postprocess.c | |
parent | 50c0a8084e318d64f621a4b8ce32cc65accac82f (diff) | |
download | mpv-3a5834bc2129c43a2d392510a3a0cb68eac7709e.tar.bz2 mpv-3a5834bc2129c43a2d392510a3a0cb68eac7709e.tar.xz |
cosmetics requested by kabi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8020 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/postprocess.c')
-rw-r--r-- | postproc/postprocess.c | 2 |
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 |