summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/pb.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/pb.c')
-rw-r--r--gui/mplayer/pb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mplayer/pb.c b/gui/mplayer/pb.c
index 3fad991c28..0a06abf9b0 100644
--- a/gui/mplayer/pb.c
+++ b/gui/mplayer/pb.c
@@ -88,7 +88,7 @@ void mplPBDraw( void )
vo_mouse_autohide=0;
- memcpy( mplPBDrawBuffer,appMPlayer.bar.Bitmap.Image,appMPlayer.bar.Bitmap.ImageSize );
+ fast_memcpy( mplPBDrawBuffer,appMPlayer.bar.Bitmap.Image,appMPlayer.bar.Bitmap.ImageSize );
Render( &appMPlayer.barWindow,appMPlayer.barItems,appMPlayer.NumberOfBarItems,mplPBDrawBuffer,appMPlayer.bar.Bitmap.ImageSize );
wsConvert( &appMPlayer.barWindow,mplPBDrawBuffer,appMPlayer.bar.Bitmap.ImageSize );
}