diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/post/planar/pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/planar/pp.c b/src/post/planar/pp.c index d8083e419..bdc1bb71a 100644 --- a/src/post/planar/pp.c +++ b/src/post/planar/pp.c @@ -317,7 +317,7 @@ static int pp_draw(vo_frame_t *frame, xine_stream_t *stream) this->params.quality); if(this->our_mode) - pp_postprocess(yv12_frame->base, yv12_frame->pitches, + pp_postprocess((const uint8_t **)yv12_frame->base, yv12_frame->pitches, out_frame->base, out_frame->pitches, (frame->width+7)&(~7), frame->height, NULL, 0, |