video player panel: fix go to in/out
This commit is contained in:
parent
1ae98892cf
commit
63f06c984d
1 changed files with 4 additions and 0 deletions
|
@ -472,6 +472,10 @@ Ox.VideoPlayerPanel = function(options, self) {
|
|||
* self.options.annotationsSize - 16 - 1;
|
||||
}
|
||||
|
||||
function goToPoint(point) {
|
||||
setPosition(self.options[point]);
|
||||
}
|
||||
|
||||
function playInToOut() {
|
||||
self.$video.playInToOut();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue