[MPlayer-cvslog] r20285 - trunk/libvo/vo_dfbmga.c
syrjala
subversion at mplayerhq.hu
Tue Oct 17 15:23:13 CEST 2006
Author: syrjala
Date: Tue Oct 17 15:23:13 2006
New Revision: 20285
Modified:
trunk/libvo/vo_dfbmga.c
Log:
s/vo_osd_changed/vo_osd_changed_flag
Modified: trunk/libvo/vo_dfbmga.c
==============================================================================
--- trunk/libvo/vo_dfbmga.c (original)
+++ trunk/libvo/vo_dfbmga.c Tue Oct 17 15:23:13 2006
@@ -950,7 +950,7 @@
clear_alpha( int x0, int y0,
int w, int h )
{
- if (use_spic && !flipping && vo_osd_changed)
+ if (use_spic && !flipping && vo_osd_changed_flag)
subframe->FillRectangle( subframe, x0, y0, w, h );
}
@@ -965,7 +965,7 @@
int pitch;
if (use_spic) {
- if (!osd_changed || (!flipping && !vo_osd_changed))
+ if (!osd_changed || (!flipping && !vo_osd_changed_flag))
return;
osd_dirty |= osd_current;
} else {
More information about the MPlayer-cvslog
mailing list