Missed a line earlier. Whee.

This commit is contained in:
Thulinma 2013-12-20 13:54:28 +01:00
parent 87d027817c
commit c7e67b2d84

View file

@ -249,6 +249,7 @@ namespace DTSC {
bool seek_time(int seconds); bool seek_time(int seconds);
bool seek_time(int seconds, int trackNo, bool forceSeek = false); bool seek_time(int seconds, int trackNo, bool forceSeek = false);
bool seek_bpos(int bpos); bool seek_bpos(int bpos);
void rewritePacket(std::string & newPacket, int bytePos);
void writePacket(std::string & newPacket); void writePacket(std::string & newPacket);
void writePacket(JSON::Value & newPacket); void writePacket(JSON::Value & newPacket);
bool atKeyframe(); bool atKeyframe();