[MPlayer-cvslog] r20285 - trunk/libvo/vo_dfbmga.c
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Tue Oct 17 22:08:49 CEST 2006
On Tuesday, 17 October 2006 at 15:23, syrjala wrote:
> 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 {
Cool! One patch less in my queue.
vo_osd_changed() is a function, so it was actually misused here.
Thanks.
--
MPlayer developer and RPMs maintainer: http://rpm.greysector.net/mplayer/
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
More information about the MPlayer-cvslog
mailing list