mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 14:17:46 +00:00
Fix link to email explaining the paused vf_menu behaviour change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24957 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
52fa7ffbfd
commit
40a4f3c7c6
@ -56,7 +56,12 @@ static int cmd_filter(mp_cmd_t* cmd, int paused, struct vf_priv_s * priv) {
|
||||
|
||||
switch(cmd->id) {
|
||||
case MP_CMD_PAUSE :
|
||||
#if 0 // http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2003-March/017286.html
|
||||
#if 0
|
||||
/* disabled because of
|
||||
* http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2003-March/017281.html
|
||||
* Subject: -menu & pause bug fix?
|
||||
* Date: Sun Mar 23 11:00:49 CET 2003
|
||||
*/
|
||||
if(!paused && !go2pause) { // Initial pause cmd -> wait the next put_image
|
||||
go2pause = 1;
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user