update comment url

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21831 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2007-01-06 10:07:45 +00:00
parent 0a6856d341
commit 190ea55d2e
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ 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://mplayerhq.hu/pipermail/mplayer-dev-eng/2003-March/017331.html
#if 0 // http://lists.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;