# HG changeset patch # User diego # Date 1254998892 0 # Node ID 6ee9d09a3a2e8edbc9322353195b8dcbe6909352 # Parent 8f34b09736e3f8805d32d0b2ba44884e3c3e6a31 cosmetics: Break two more lines. diff -r 8f34b09736e3 -r 6ee9d09a3a2e libvo/vo_vdpau.c --- 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) {