summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-26 23:13:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-26 23:13:30 +0000
commit8db1b6a63c26ed968d50fe7b26236ddf8dc901d9 (patch)
treea1393fdf4a29492fac5cf86e77c16a9337d5f539 /stream
parent2134bb4673ba2b380bb23a6d6fe27ffa07cf8e84 (diff)
downloadmpv-8db1b6a63c26ed968d50fe7b26236ddf8dc901d9.tar.bz2
mpv-8db1b6a63c26ed968d50fe7b26236ddf8dc901d9.tar.xz
10l, fix vcd netbsd compilation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23868 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/vcd_read_nbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/vcd_read_nbsd.h b/stream/vcd_read_nbsd.h
index 1dfb35ea6a..3e62211c5d 100644
--- a/stream/vcd_read_nbsd.h
+++ b/stream/vcd_read_nbsd.h
@@ -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,