changeset 31767:995ea9f4f37b

Improve documentation for overlay colour.
author cehoyos
date Tue, 27 Jul 2010 17:30:20 +0000
parents 1abfb1bfd2a6
children 5ea9a996a1cf
files libvo/vo_vdpau.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vdpau.c	Tue Jul 27 17:29:22 2010 +0000
+++ b/libvo/vo_vdpau.c	Tue Jul 27 17:30:20 2010 +0000
@@ -419,7 +419,7 @@
 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,