Mercurial > mplayer.hg
changeset 30009:88e9eee4089e
Cosmetics: Reindent after r30050.
author | cehoyos |
---|---|
date | Thu, 17 Dec 2009 13:27:15 +0000 |
parents | 26fb866475a7 |
children | 5babc40c26de |
files | libvo/vo_vdpau.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vdpau.c Thu Dec 17 13:23:15 2009 +0000 +++ b/libvo/vo_vdpau.c Thu Dec 17 13:27:15 2009 +0000 @@ -1023,11 +1023,11 @@ 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};