summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cue_read.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-15 07:38:42 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-15 07:38:42 +0000
commitce228ac4cdd537b764d9a30502c2725f53c9d9f2 (patch)
treee02ad657f58e5c0e85e82e97b77275d5b96a699b /libmpdemux/cue_read.h
parent1e285998e64770dc6abff8701d7d6d271f07647b (diff)
downloadmpv-ce228ac4cdd537b764d9a30502c2725f53c9d9f2.tar.bz2
mpv-ce228ac4cdd537b764d9a30502c2725f53c9d9f2.tar.xz
ported cue:// to the new stream api; note: this stream must still be optimized in its read() and seek() functions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15477 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/cue_read.h')
-rw-r--r--libmpdemux/cue_read.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libmpdemux/cue_read.h b/libmpdemux/cue_read.h
index 4cc5d69e6e..b52826bdfa 100644
--- a/libmpdemux/cue_read.h
+++ b/libmpdemux/cue_read.h
@@ -1,7 +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);
+//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);