Mercurial > mplayer.hg
annotate libmpdemux/cue_read.h @ 17874:1973600f8f3e
Small fix with object list (-vf) help.
Tell the user when an object have no option description instead of
falling back to the "normal" help, like with -vf pp=help.
Don't display a useless error message when querying the help of
an object option (as in -vf scale=presize=help).
author | albeu |
---|---|
date | Wed, 15 Mar 2006 17:16:13 +0000 |
parents | 5eb4994a691f |
children |
rev | line source |
---|---|
8812 | 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); |