summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/sw.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-01 09:30:46 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-01 09:30:46 +0000
commit8fde780d464f4390827e4632ea1f081b044b84cc (patch)
tree7ceb51b3de6ee36a0f92c11ef41b79d96003c19a /Gui/mplayer/sw.h
parent14768c4b7a71475369cc7c14aef30517d6911e63 (diff)
downloadmpv-8fde780d464f4390827e4632ea1f081b044b84cc.tar.bz2
mpv-8fde780d464f4390827e4632ea1f081b044b84cc.tar.xz
some bug fix, and sub window render speed up.. 10l kola ? :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2026 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/sw.h')
-rw-r--r--Gui/mplayer/sw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gui/mplayer/sw.h b/Gui/mplayer/sw.h
index 1496f71ff7..551ae2f6b5 100644
--- a/Gui/mplayer/sw.h
+++ b/Gui/mplayer/sw.h
@@ -21,13 +21,13 @@ void mplSubDraw( wsParamDisplay )
if ( mplSubRender )
{
- wsSetBackgroundRGB( &appMPlayer.subWindow,appMPlayer.subR,appMPlayer.subG,appMPlayer.subB );
+// wsSetBackgroundRGB( &appMPlayer.subWindow,appMPlayer.subR,appMPlayer.subG,appMPlayer.subB );
if ( appMPlayer.sub.Bitmap.Image )
{
- wsConvert( &appMPlayer.subWindow,appMPlayer.sub.Bitmap.Image,appMPlayer.sub.Bitmap.ImageSize );
+// wsConvert( &appMPlayer.subWindow,appMPlayer.sub.Bitmap.Image,appMPlayer.sub.Bitmap.ImageSize );
wsPutImage( &appMPlayer.subWindow );
}
- XFlush( wsDisplay );
+// XFlush( wsDisplay );
}
appMPlayer.subWindow.State=0;
}