diff libmpdemux/cue_read.h @ 15476:5eb4994a691f

ported cue:// to the new stream api; note: this stream must still be optimized in its read() and seek() functions
author nicodvb
date Sun, 15 May 2005 07:38:42 +0000
parents f6456b177fdc
children
line wrap: on
line diff
--- a/libmpdemux/cue_read.h	Sat May 14 23:51:22 2005 +0000
+++ b/libmpdemux/cue_read.h	Sun May 15 07:38:42 2005 +0000
@@ -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);