summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-24 22:45:29 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-24 22:45:29 +0000
commit4cd920182b5e0e8b65b7fdd7cbea8f002302132a (patch)
tree598f1d403781d07601b9122b044ea1c3752d05ec /libvo
parente1724e3000b9f37af6f14b42910bb4a05d797147 (diff)
downloadmpv-4cd920182b5e0e8b65b7fdd7cbea8f002302132a.tar.bz2
mpv-4cd920182b5e0e8b65b7fdd7cbea8f002302132a.tar.xz
Cosmetics: Fix indentation and line length.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28724 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vdpau.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index d481cb1ee2..4eb7095a83 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -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")
}
}