Skip to content

Commit

Permalink
Commflag: Increase the value of MAX_BLANK_FRAMES.
Browse files Browse the repository at this point in the history
For regions of blank frames between "skip" sections and "keep"
sections, the blank region is divided equally between the "skip" and
"keep" sections, subject to the MAX_BLANK_FRAMES limit.  The limit is
increased from 60 to 180 frames to give a better chance of an even
split, combined with a reasonable upper limit.
  • Loading branch information
stichnot committed May 25, 2012
1 parent 5d2fe3d commit 06166e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythcommflag/CommDetectorBase.h
Expand Up @@ -9,7 +9,7 @@ using namespace std;

#include "programtypes.h"

#define MAX_BLANK_FRAMES 60
#define MAX_BLANK_FRAMES 180

typedef enum commMapValues {
MARK_START = 0,
Expand Down

0 comments on commit 06166e0

Please sign in to comment.