[Mplayer-cvslog] CVS: 0_90/libmenu vf_menu.c,1.6,1.7
Arpi of Ize
arpi at mplayerhq.hu
Sun Apr 6 22:56:56 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: 0_90/libvo vo_sdl.c,1.99,1.100
- Next message: [Mplayer-cvslog] CVS: main/DOCS/it bugreports.html,1.10,1.11 cd-dvd.html,1.10,1.11 codecs.html,1.9,1.10 documentation.html,1.17,1.18 encoding.html,1.12,1.13 faq.html,1.10,1.11 formats.html,1.10,1.11 skin.html,1.6,1.7 sound.html,1.11,1.12 users_against_developers.html,1.10,1.11 video.html,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/0_90/libmenu
In directory mail:/var/tmp.root/cvs-serv23945
Modified Files:
vf_menu.c
Log Message:
fix menu pause bug
patch by Vladimir Mosgalin <mosgalin at VM10124.spb.edu>
bugrep: http://mplayerhq.hu/pipermail/mplayer-dev-eng/2003-March/017331.html
Index: vf_menu.c
===================================================================
RCS file: /cvsroot/mplayer/0_90/libmenu/vf_menu.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vf_menu.c 29 Dec 2002 14:59:22 -0000 1.6
+++ vf_menu.c 6 Apr 2003 20:56:54 -0000 1.7
@@ -85,10 +85,12 @@
switch(cmd->id) {
case MP_CMD_PAUSE :
+#if 0 // http://mplayerhq.hu/pipermail/mplayer-dev-eng/2003-March/017331.html
if(!paused && !go2pause) { // Initial pause cmd -> wait the next put_image
go2pause = 1;
return 1;
}
+#endif
if(go2pause == 2) // Msg resent by put_image after saving the image
go2pause = 0;
break;
- Previous message: [Mplayer-cvslog] CVS: 0_90/libvo vo_sdl.c,1.99,1.100
- Next message: [Mplayer-cvslog] CVS: main/DOCS/it bugreports.html,1.10,1.11 cd-dvd.html,1.10,1.11 codecs.html,1.9,1.10 documentation.html,1.17,1.18 encoding.html,1.12,1.13 faq.html,1.10,1.11 formats.html,1.10,1.11 skin.html,1.6,1.7 sound.html,1.11,1.12 users_against_developers.html,1.10,1.11 video.html,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list