comparison vobsub.c @ 29305:f502153807a9

cosmetics: replace dead url
author compn
date Wed, 03 Jun 2009 17:27:22 +0000
parents 0f1b5b68af32
children 2d14b0b53d8e
comparison
equal deleted inserted replaced
29304:cdd4453294c0 29305:f502153807a9
1268 fprintf(me->fidx, 1268 fprintf(me->fidx,
1269 "# VobSub index file, v7 (do not modify this line!)\n" 1269 "# VobSub index file, v7 (do not modify this line!)\n"
1270 "#\n" 1270 "#\n"
1271 "# Generated by MPlayer " VERSION "\n" 1271 "# Generated by MPlayer " VERSION "\n"
1272 "# See <URL:http://www.mplayerhq.hu/> for more information about MPlayer\n" 1272 "# See <URL:http://www.mplayerhq.hu/> for more information about MPlayer\n"
1273 "# See <URL:http://vobsub.edensrising.com/> for more information about Vobsub\n" 1273 "# See <URL:http://wiki.multimedia.cx/index.php?title=VOBsub> for more information about Vobsub\n"
1274 "#\n" 1274 "#\n"
1275 "size: %ux%u\n", 1275 "size: %ux%u\n",
1276 orig_width, orig_height); 1276 orig_width, orig_height);
1277 if (palette) { 1277 if (palette) {
1278 fputs("palette:", me->fidx); 1278 fputs("palette:", me->fidx);