Skip to content

Commit

Permalink
test adjust values for blackframes
Browse files Browse the repository at this point in the history
  • Loading branch information
jumoog committed May 19, 2024
1 parent 20eba27 commit b24a7ed
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void TestBlackFrameDetection()
var range = 1e-5;

var expected = new List<BlackFrame>();
expected.AddRange(CreateFrameSequence(2, 3));
expected.AddRange(CreateFrameSequence(2.04, 3));
expected.AddRange(CreateFrameSequence(5, 6));
expected.AddRange(CreateFrameSequence(8, 9.96));

Expand All @@ -30,7 +30,8 @@ public void TestBlackFrameDetection()
[FactSkipFFmpegTests]
public void TestEndCreditDetection()
{
var range = 1;
// new strategy new range
var range = 3;

var analyzer = CreateBlackFrameAnalyzer();

Expand Down

0 comments on commit b24a7ed

Please sign in to comment.