[MPlayer-cvslog] r23868 - trunk/stream/vcd_read_nbsd.h
reimar
subversion at mplayerhq.hu
Fri Jul 27 01:13:30 CEST 2007
Author: reimar
Date: Fri Jul 27 01:13:30 2007
New Revision: 23868
Log:
10l, fix vcd netbsd compilation
Modified:
trunk/stream/vcd_read_nbsd.h
Modified: trunk/stream/vcd_read_nbsd.h
==============================================================================
--- trunk/stream/vcd_read_nbsd.h (original)
+++ trunk/stream/vcd_read_nbsd.h Fri Jul 27 01:13:30 2007
@@ -111,7 +111,7 @@ vcd_read_toc(int fd)
if (i <= tochdr.ending_track)
mp_msg(MSGT_OPEN,MSGL_INFO,"track %02d: adr=%d ctrl=%d format=%d %02d:%02d:%02d\n",
(int) tocentry.starting_track,
- (int) TOCADDR(tocentry)_type,
+ (int) tocentry.data->addr_type,
(int) tocentry.data->control,
(int) tocentry.address_format,
(int) TOCADDR(tocentry).msf.minute,
More information about the MPlayer-cvslog
mailing list