[Mplayer-cvslog] CVS: main mplayer.c,1.254,1.255
Arpi of Ize
arpi at mplayer.dev.hu
Thu Aug 30 13:54:30 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv25936
Modified Files:
mplayer.c
Log Message:
set current_module for OSD
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- mplayer.c 30 Aug 2001 10:55:17 -0000 1.254
+++ mplayer.c 30 Aug 2001 11:54:27 -0000 1.255
@@ -1232,8 +1232,11 @@
//------------------------ frame decoded. --------------------
//------------------------ add OSD to frame contents ---------
#ifndef USE_LIBVO2
+ current_module="draw_osd";
video_out->draw_osd();
#endif
+
+ current_module="av_sync";
// Increase video timers:
sh_video->num_frames+=frame_time;
More information about the MPlayer-cvslog
mailing list