Skip to content

Commit

Permalink
-chunk can exceed by100% instead of 20% targetduration
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshevach committed Aug 31, 2016
1 parent a000f62 commit 72517fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/playlistGenerator/MixFilterClip.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ MixFilterClip.prototype.doValidate = function mix_doValidate(opts) {
});
};

var exceedFactor = 1.2;
var exceedFactor = 2;

var validateInput = function(fileInfo){
var that = this;
Expand Down

0 comments on commit 72517fe

Please sign in to comment.