[MPlayer-cvslog] r29758 - trunk/libvo/vo_vdpau.c

diego subversion at mplayerhq.hu
Thu Oct 8 12:48:12 CEST 2009


Author: diego
Date: Thu Oct  8 12:48:12 2009
New Revision: 29758

Log:
cosmetics: Break two more lines.

Modified:
   trunk/libvo/vo_vdpau.c

Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c	Thu Oct  8 12:18:19 2009	(r29757)
+++ trunk/libvo/vo_vdpau.c	Thu Oct  8 12:48:12 2009	(r29758)
@@ -936,8 +936,10 @@ static uint32_t get_image(mp_image_t *mp
     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) {


More information about the MPlayer-cvslog mailing list