Skip to content

Commit

Permalink
Some small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkaashoek committed Mar 10, 2017
1 parent 0f44f26 commit 7193f40
Show file tree
Hide file tree
Showing 4 changed files with 645 additions and 10 deletions.
2 changes: 1 addition & 1 deletion comskip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ bool BuildBlocks(bool recalc)
// ValidateBlackFrames(C_c, 3.0, true);

if (validate_uniform)
ValidateBlackFrames(C_u, 3.0, true);
ValidateBlackFrames(C_u, ((logoPercentage < logo_fraction || logoPercentage > logo_percentile) ? 1.2 : 3.0), true);


if (commDetectMethod & SILENCE)
Expand Down
2 changes: 1 addition & 1 deletion comskip.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#define COMSKIP
#endif
#ifdef _WIN32
#define PACKAGE_STRING " Comskip 0.81.094"
#define PACKAGE_STRING " Comskip 0.81.093"
#endif
#define _UNICODE
Loading

0 comments on commit 7193f40

Please sign in to comment.