comparison libvo/vo_vdpau.c @ 28689:1189f633ca32

Cosmetics: Fix indentation and line length.
author cehoyos
date Tue, 24 Feb 2009 22:45:29 +0000
parents 75aebdf41ee9
children fdc03572004c
comparison
equal deleted inserted replaced
28688:0386e8c28782 28689:1189f633ca32
220 vdp_st = vdp_presentation_queue_block_until_surface_idle(vdp_flip_queue, 220 vdp_st = vdp_presentation_queue_block_until_surface_idle(vdp_flip_queue,
221 output_surface, 221 output_surface,
222 &dummy); 222 &dummy);
223 CHECK_ST_WARNING("Error when calling vdp_presentation_queue_block_until_surface_idle") 223 CHECK_ST_WARNING("Error when calling vdp_presentation_queue_block_until_surface_idle")
224 224
225 vdp_st = vdp_video_mixer_render(video_mixer, VDP_INVALID_HANDLE, 0, 225 vdp_st = vdp_video_mixer_render(video_mixer, VDP_INVALID_HANDLE, 0,
226 field, 226 field, 0, NULL,
227 0, NULL, surface_render[vid_surface_num].surface, 0, NULL, &src_rect_vid, 227 surface_render[vid_surface_num].surface,
228 output_surface, 228 0, NULL, &src_rect_vid,
229 NULL, &out_rect_vid, 0, NULL); 229 output_surface,
230 CHECK_ST_WARNING("Error when calling vdp_video_mixer_render") 230 NULL, &out_rect_vid, 0, NULL);
231 CHECK_ST_WARNING("Error when calling vdp_video_mixer_render")
231 } 232 }
232 } 233 }
233 234
234 static void resize(void) 235 static void resize(void)
235 { 236 {