Fixed bugs in dtsc and theora libs.

This commit is contained in:
Erik Zandvliet 2013-08-27 15:01:48 +02:00
parent 6675b647b8
commit 6cf42561a6
3 changed files with 8 additions and 7 deletions

View file

@ -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);