[MPlayer-cvslog] r31833 - trunk/libvo/vo_vdpau.c
cehoyos
subversion at mplayerhq.hu
Tue Jul 27 19:30:20 CEST 2010
Author: cehoyos
Date: Tue Jul 27 19:30:20 2010
New Revision: 31833
Log:
Improve documentation for overlay colour.
Modified:
trunk/libvo/vo_vdpau.c
Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c Tue Jul 27 19:29:22 2010 (r31832)
+++ trunk/libvo/vo_vdpau.c Tue Jul 27 19:30:20 2010 (r31833)
@@ -419,7 +419,7 @@ static int win_x11_init_vdpau_procs(void
static int win_x11_init_vdpau_flip_queue(void)
{
VdpStatus vdp_st;
- // {0, 0, 0, 0} makes every black window on top shine through
+ // {0, 0, 0, 0} makes the video shine through any black window on top
VdpColor vdp_bg = {0.01, 0.02, 0.03, 0};
vdp_st = vdp_presentation_queue_target_create_x11(vdp_device, vo_window,
More information about the MPlayer-cvslog
mailing list