summaryrefslogtreecommitdiffstats
path: root/libmenu
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-06 10:07:45 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-06 10:07:45 +0000
commit190ea55d2e5afd83f55c4aa6dd28885a29ed01a3 (patch)
tree8ad032a336ce1bf6cea1620ad4b437409f0e9877 /libmenu
parent0a6856d3413227982399be06f92c50ae7b4675b0 (diff)
downloadmpv-190ea55d2e5afd83f55c4aa6dd28885a29ed01a3.tar.bz2
mpv-190ea55d2e5afd83f55c4aa6dd28885a29ed01a3.tar.xz
update comment url
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21831 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmenu')
-rw-r--r--libmenu/vf_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmenu/vf_menu.c b/libmenu/vf_menu.c
index 71d2f97098..144542b4c3 100644
--- a/libmenu/vf_menu.c
+++ b/libmenu/vf_menu.c
@@ -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;