annotate libmpdemux/cue_read.h @ 16636:fca80748d11b

Nits suggested by Ivo and Diego. Patch by Matthias Wieser < mwieser AH gmx POIS de > Original thread: Date: Oct 2, 2005 7:12 PM Subject: Re: Fwd: [MPlayer-cvslog] CVS: main/TOOLS psnr-video.sh, NONE, 1.1 README, 1.9, 1.10
author gpoirier
date Sun, 02 Oct 2005 18:03:08 +0000
parents 5eb4994a691f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8812
f6456b177fdc vcd_read_cue.h -> cue_read.c+h
arpi
parents:
diff changeset
1
15476
5eb4994a691f ported cue:// to the new stream api; note: this stream must still be optimized in its read() and seek() functions
nicodvb
parents: 8812
diff changeset
2 //int cue_read_cue (char *in_cue_filename);
5eb4994a691f ported cue:// to the new stream api; note: this stream must still be optimized in its read() and seek() functions
nicodvb
parents: 8812
diff changeset
3 //int cue_vcd_seek_to_track (int track);
5eb4994a691f ported cue:// to the new stream api; note: this stream must still be optimized in its read() and seek() functions
nicodvb
parents: 8812
diff changeset
4 //int cue_vcd_get_track_end (int track);
5eb4994a691f ported cue:// to the new stream api; note: this stream must still be optimized in its read() and seek() functions
nicodvb
parents: 8812
diff changeset
5 //void cue_vcd_read_toc ();
5eb4994a691f ported cue:// to the new stream api; note: this stream must still be optimized in its read() and seek() functions
nicodvb
parents: 8812
diff changeset
6 //int cue_vcd_read(char *mem);
5eb4994a691f ported cue:// to the new stream api; note: this stream must still be optimized in its read() and seek() functions
nicodvb
parents: 8812
diff changeset
7 //inline void cue_set_msf(unsigned int sect);