1
0
Fork 0
forked from 0x2620/oxjs

add chapter marker, use in video edit panel

This commit is contained in:
rolux 2014-02-06 13:31:53 +00:00
commit 55fbe25ccc
4 changed files with 10 additions and 2 deletions

View file

@ -460,6 +460,7 @@ Ox.VideoEditPanel = function(options, self) {
function getTimeline() {
return Ox.LargeVideoTimeline({
chapters: self.chapters,
cuts: self.cuts,
duration: self.options.duration,
getImageURL: self.options.getLargeTimelineURL,