Mercurial > mplayer.hg
changeset 28689:1189f633ca32
Cosmetics: Fix indentation and line length.
author | cehoyos |
---|---|
date | Tue, 24 Feb 2009 22:45:29 +0000 |
parents | 0386e8c28782 |
children | 2f7eae54ea1f |
files | libvo/vo_vdpau.c |
diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vdpau.c Tue Feb 24 22:40:20 2009 +0000 +++ b/libvo/vo_vdpau.c Tue Feb 24 22:45:29 2009 +0000 @@ -222,12 +222,13 @@ &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") } }