# HG changeset patch # User reimar # Date 1185720127 0 # Node ID 10fb4653c48d14b9300e3aa1d856aaf0609470b6 # Parent 9f48aa42369ecd4362f2121ce4d30f876e16493d Make the vcd seek and get track end functions actually have an effect diff -r 9f48aa42369e -r 10fb4653c48d stream/vcd_read_darwin.h --- a/stream/vcd_read_darwin.h Sun Jul 29 14:35:25 2007 +0000 +++ b/stream/vcd_read_darwin.h Sun Jul 29 14:42:07 2007 +0000 @@ -56,6 +56,7 @@ mp_msg(MSGT_STREAM,MSGL_ERR,"ioctl dif1: %s\n",strerror(errno)); return -1; } + vcd->msf = CDConvertLBAToMSF(entry.trackStartAddress); return VCD_SECTOR_DATA*vcd_get_msf(vcd); } @@ -89,6 +90,7 @@ mp_msg(MSGT_STREAM,MSGL_ERR,"ioctl dif2: %s\n",strerror(errno)); return -1; } + vcd->msf = CDConvertLBAToMSF(entry.trackStartAddress); return VCD_SECTOR_DATA*vcd_get_msf(vcd); }