Various updates
This commit is contained in:
parent
1452ccc179
commit
a7edacd720
4 changed files with 46 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue