Mercurial > mplayer.hg
changeset 29716:6ee9d09a3a2e
cosmetics: Break two more lines.
author | diego |
---|---|
date | Thu, 08 Oct 2009 10:48:12 +0000 |
parents | 8f34b09736e3 |
children | afc8b80eb027 |
files | libvo/vo_vdpau.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vdpau.c Thu Oct 08 10:18:19 2009 +0000 +++ b/libvo/vo_vdpau.c Thu Oct 08 10:48:12 2009 +0000 @@ -936,8 +936,10 @@ 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) {