[MPlayer-dev-eng] Patches status report
Vladimir Mosgalin
mosgalin at VM10124.spb.edu
Thu Apr 10 16:03:18 CEST 2003
On Wed, 9 Apr 2003, Alex Beregszaszi wrote:
AB>Any suggestions or patches left out?
I just noticed that mplayer-menu_bug.patch, which fixes menu + pause
behavior was commited to 0_90 but not to main. It's small, so I attached
it.
--
Vladimir
-------------- next part --------------
diff -uNr main.orig/libmenu/vf_menu.c main/libmenu/vf_menu.c
--- main.orig/libmenu/vf_menu.c Sat Mar 29 20:31:06 2003
+++ main/libmenu/vf_menu.c Sat Mar 29 20:34:12 2003
@@ -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;
More information about the MPlayer-dev-eng
mailing list