summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cue_read.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-05 23:51:05 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-05 23:51:05 +0000
commit9516427baa37146f1ce2660bb2a34b1082e12dc7 (patch)
tree637507071e3edd8bc70c5e357b35b1109630ade5 /libmpdemux/cue_read.h
parent85fd424c273b81ab1b9ad4e45d10c2650f557eeb (diff)
downloadmpv-9516427baa37146f1ce2660bb2a34b1082e12dc7.tar.bz2
mpv-9516427baa37146f1ce2660bb2a34b1082e12dc7.tar.xz
vcd_read_cue.h -> cue_read.c+h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8813 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/cue_read.h')
-rw-r--r--libmpdemux/cue_read.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libmpdemux/cue_read.h b/libmpdemux/cue_read.h
new file mode 100644
index 0000000000..4cc5d69e6e
--- /dev/null
+++ b/libmpdemux/cue_read.h
@@ -0,0 +1,7 @@
+
+int cue_read_cue (char *in_cue_filename);
+int cue_vcd_seek_to_track (int track);
+int cue_vcd_get_track_end (int track);
+void cue_vcd_read_toc ();
+int cue_vcd_read(char *mem);
+inline void cue_set_msf(unsigned int sect);