[MPlayer-cvslog] r28724 - trunk/libvo/vo_vdpau.c
cehoyos
subversion at mplayerhq.hu
Tue Feb 24 23:45:29 CET 2009
Author: cehoyos
Date: Tue Feb 24 23:45:29 2009
New Revision: 28724
Log:
Cosmetics: Fix indentation and line length.
Modified:
trunk/libvo/vo_vdpau.c
Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c Tue Feb 24 23:40:20 2009 (r28723)
+++ trunk/libvo/vo_vdpau.c Tue Feb 24 23:45:29 2009 (r28724)
@@ -222,12 +222,13 @@ static void video_to_output_surface(void
&dummy);
CHECK_ST_WARNING("Error when calling vdp_presentation_queue_block_until_surface_idle")
- vdp_st = vdp_video_mixer_render(video_mixer, VDP_INVALID_HANDLE, 0,
- field,
- 0, NULL, surface_render[vid_surface_num].surface, 0, NULL, &src_rect_vid,
- output_surface,
- NULL, &out_rect_vid, 0, NULL);
- CHECK_ST_WARNING("Error when calling vdp_video_mixer_render")
+ vdp_st = vdp_video_mixer_render(video_mixer, VDP_INVALID_HANDLE, 0,
+ field, 0, NULL,
+ surface_render[vid_surface_num].surface,
+ 0, NULL, &src_rect_vid,
+ output_surface,
+ NULL, &out_rect_vid, 0, NULL);
+ CHECK_ST_WARNING("Error when calling vdp_video_mixer_render")
}
}
More information about the MPlayer-cvslog
mailing list