diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-10-08 10:48:12 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-10-08 10:48:12 +0000 |
commit | 77bc2b34b7c8c36d21bee5a48cd73a0e110122f8 (patch) | |
tree | 47cc5b76230f2a0b929a989989ef96c97e73b434 /libvo/vo_vdpau.c | |
parent | 04ba27ba95ce2dd92d37f2651397b65721202d0c (diff) | |
download | mpv-77bc2b34b7c8c36d21bee5a48cd73a0e110122f8.tar.bz2 mpv-77bc2b34b7c8c36d21bee5a48cd73a0e110122f8.tar.xz |
cosmetics: Break two more lines.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29758 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_vdpau.c')
-rw-r--r-- | libvo/vo_vdpau.c | 6 |
1 files changed, 4 insertions, 2 deletions
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) { |