From e3b42e3e96a5983538e970ef11ed9748e2cf2aa7 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Thu, 17 Dec 2009 13:27:15 +0000 Subject: Cosmetics: Reindent after r30050. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30051 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_vdpau.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c index c8d734a041..35e80768aa 100644 --- a/libvo/vo_vdpau.c +++ b/libvo/vo_vdpau.c @@ -1023,11 +1023,11 @@ static uint32_t draw_image(mp_image_t *mpi) if (IMGFMT_IS_VDPAU(image_format)) { struct vdpau_render_state *rndr = mpi->priv; vid_surface_num = rndr - surface_render; - mpi->usage_count++; - if (deint_mpi[1]) - deint_mpi[1]->usage_count--; - deint_mpi[1] = deint_mpi[0]; - deint_mpi[0] = mpi; + mpi->usage_count++; + if (deint_mpi[1]) + deint_mpi[1]->usage_count--; + deint_mpi[1] = deint_mpi[0]; + deint_mpi[0] = mpi; } else if (image_format == IMGFMT_BGRA) { VdpStatus vdp_st; VdpRect r = {0, 0, vid_width, vid_height}; -- cgit v1.2.3