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

cehoyos subversion at mplayerhq.hu
Tue Nov 10 11:05:10 CET 2009


Author: cehoyos
Date: Tue Nov 10 11:05:10 2009
New Revision: 29871

Log:
Cosmetics: Fix indentation after last commit.

Modified:
   trunk/libvo/vo_vdpau.c

Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c	Tue Nov 10 11:04:32 2009	(r29870)
+++ trunk/libvo/vo_vdpau.c	Tue Nov 10 11:05:10 2009	(r29871)
@@ -1113,7 +1113,7 @@ static int query_format(uint32_t format)
     case IMGFMT_VDPAU_WMV3:
     case IMGFMT_VDPAU_VC1:
         if (create_vdp_decoder(image_format, vid_width, vid_height, 2))
-        return default_flags;
+            return default_flags;
     }
     return 0;
 }


More information about the MPlayer-cvslog mailing list