Fixed bugs in dtsc and theora libs.
This commit is contained in:
parent
6675b647b8
commit
6cf42561a6
3 changed files with 8 additions and 7 deletions
|
@ -110,7 +110,7 @@ namespace DTSC {
|
|||
JSON::Value & getJSON();
|
||||
JSON::Value & getTrackById(int trackNo);
|
||||
bool seek_time(int seconds);
|
||||
bool seek_time(int seconds, int trackNo);
|
||||
bool seek_time(int seconds, int trackNo, bool forceSeek = false);
|
||||
bool seek_bpos(int bpos);
|
||||
void writePacket(std::string & newPacket);
|
||||
void writePacket(JSON::Value & newPacket);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue