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:
reimar 2007-11-03 16:22:45 +00:00
parent 52fa7ffbfd
commit 40a4f3c7c6
1 changed files with 6 additions and 1 deletions

View File

@ -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;