[MPlayer-cvslog] r28759 - trunk/libvo/vo_vdpau.c

cehoyos subversion at mplayerhq.hu
Sat Feb 28 14:02:52 CET 2009


Author: cehoyos
Date: Sat Feb 28 14:02:52 2009
New Revision: 28759

Log:
Fix OSD for vo vdpau:deint>1.

Modified:
   trunk/libvo/vo_vdpau.c

Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c	Sat Feb 28 11:43:28 2009	(r28758)
+++ trunk/libvo/vo_vdpau.c	Sat Feb 28 14:02:52 2009	(r28759)
@@ -212,8 +212,10 @@ static void video_to_output_surface(void
     for (i = 0; i <= !!(deint > 1); i++) {
         int field = VDP_VIDEO_MIXER_PICTURE_STRUCTURE_FRAME;
         VdpOutputSurface output_surface;
-        if (i)
+        if (i) {
+            draw_osd();
             flip_page();
+        }
         if (deint)
             field = top_field_first == i ?
                     VDP_VIDEO_MIXER_PICTURE_STRUCTURE_BOTTOM_FIELD:



More information about the MPlayer-cvslog mailing list