summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-03 17:27:22 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-03 17:27:22 +0000
commit0c1ce64fe4d636fe5a38f0abc0c7bdf6c89e9a2f (patch)
tree3b4319f2f48f425229c26d319a9a17da2c31fc6e
parentbf67bb10a18c0c3b428aaa979b33a4c35f10f240 (diff)
downloadmpv-0c1ce64fe4d636fe5a38f0abc0c7bdf6c89e9a2f.tar.bz2
mpv-0c1ce64fe4d636fe5a38f0abc0c7bdf6c89e9a2f.tar.xz
cosmetics: replace dead url
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29347 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--vobsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vobsub.c b/vobsub.c
index a16a27b9e4..09fa8bd5e6 100644
--- a/vobsub.c
+++ b/vobsub.c
@@ -1270,7 +1270,7 @@ create_idx(vobsub_out_t *me, const unsigned int *palette, unsigned int orig_widt
"#\n"
"# Generated by MPlayer " VERSION "\n"
"# See <URL:http://www.mplayerhq.hu/> for more information about MPlayer\n"
- "# See <URL:http://vobsub.edensrising.com/> for more information about Vobsub\n"
+ "# See <URL:http://wiki.multimedia.cx/index.php?title=VOBsub> for more information about Vobsub\n"
"#\n"
"size: %ux%u\n",
orig_width, orig_height);