comparison libvo/vo_vdpau.c @ 29757:c4982b7d0664

Cosmetics: Reindent after last commit.
author cehoyos
date Tue, 27 Oct 2009 08:29:07 +0000
parents f497b70b4066
children 508417d485d6
comparison
equal deleted inserted replaced
29756:f497b70b4066 29757:c4982b7d0664
321 NULL, VDP_INVALID_HANDLE, 321 NULL, VDP_INVALID_HANDLE,
322 NULL, NULL, NULL, 322 NULL, NULL, NULL,
323 VDP_OUTPUT_SURFACE_RENDER_ROTATE_0); 323 VDP_OUTPUT_SURFACE_RENDER_ROTATE_0);
324 CHECK_ST_WARNING("Error when calling vdp_output_surface_render_output_surface") 324 CHECK_ST_WARNING("Error when calling vdp_output_surface_render_output_surface")
325 } else 325 } else
326 video_to_output_surface(); 326 video_to_output_surface();
327 if (visible_buf) 327 if (visible_buf)
328 flip_page(); 328 flip_page();
329 } 329 }
330 330
331 static void preemption_callback(VdpDevice device, void *context) 331 static void preemption_callback(VdpDevice device, void *context)