mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
Fix several 100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23879 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9ba43bdd88
commit
def6db4b62
@ -27,9 +27,9 @@ typedef struct {
|
|||||||
} cdsector_t;
|
} cdsector_t;
|
||||||
|
|
||||||
#ifdef VCD_NETBSD
|
#ifdef VCD_NETBSD
|
||||||
typedef struct ioc_read_toc_entry vcd_tocentry
|
typedef struct ioc_read_toc_entry vcd_tocentry;
|
||||||
#else
|
#else
|
||||||
typedef struct ioc_read_toc_single_entry vcd_tocentry
|
typedef struct ioc_read_toc_single_entry vcd_tocentry;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct mp_vcd_priv_st {
|
typedef struct mp_vcd_priv_st {
|
||||||
@ -156,7 +156,7 @@ vcd_read_toc(int fd)
|
|||||||
tocentry.data = &tocentry_data;
|
tocentry.data = &tocentry_data;
|
||||||
#endif
|
#endif
|
||||||
if (!read_toc_entry(fd, &tocentry,
|
if (!read_toc_entry(fd, &tocentry,
|
||||||
i <= tochdr.ending_track ? i : CDROM_LEADOUT));
|
i <= tochdr.ending_track ? i : CDROM_LEADOUT))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (i <= tochdr.ending_track)
|
if (i <= tochdr.ending_track)
|
||||||
|
Loading…
Reference in New Issue
Block a user