From 77bc2b34b7c8c36d21bee5a48cd73a0e110122f8 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 8 Oct 2009 10:48:12 +0000 Subject: cosmetics: Break two more lines. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29758 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_vdpau.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libvo/vo_vdpau.c') diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c index 3a6df1195a..3d6a3f0ca9 100644 --- a/libvo/vo_vdpau.c +++ b/libvo/vo_vdpau.c @@ -936,8 +936,10 @@ static uint32_t get_image(mp_image_t *mpi) struct vdpau_render_state *rndr; // no dr for non-decoding for now - if (!IMGFMT_IS_VDPAU(image_format)) return VO_FALSE; - if (mpi->type != MP_IMGTYPE_NUMBERED) return VO_FALSE; + if (!IMGFMT_IS_VDPAU(image_format)) + return VO_FALSE; + if (mpi->type != MP_IMGTYPE_NUMBERED) + return VO_FALSE; rndr = get_surface(mpi->number); if (!rndr) { -- cgit v1.2.3