Various updates

This commit is contained in:
Erik Zandvliet 2013-05-27 13:47:44 +02:00
parent 1452ccc179
commit a7edacd720
4 changed files with 46 additions and 15 deletions

View file

@ -173,11 +173,13 @@ int main(int argc, char** argv){
lastTime = 0;
break;
}
/*
case 'f': { //frame-seek
bool ret = source.seek_frame(JSON::Value(in_out.Received().get().substr(2)).asInt());
lastTime = 0;
break;
}
*/
case 'p': { //play
playing = -1;
lastTime = 0;