Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
John Patrick Poet committed May 26, 2011
1 parent 1c94321 commit fb5912d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mythtv/programs/mythcommflag/ClassicCommDetector.cpp
Expand Up @@ -249,9 +249,9 @@ void ClassicCommDetector::Init()
sceneChangeDetector = new ClassicSceneChangeDetector(width, height,
commDetectBorder, horizSpacing, vertSpacing);
connect(
sceneChangeDetector,
SIGNAL(haveNewInformation(unsigned int,bool,float)),
this,
sceneChangeDetector,
SIGNAL(haveNewInformation(unsigned int,bool,float)),
this,
SLOT(sceneChangeDetectorHasNewInformation(unsigned int,bool,float))
);

Expand Down Expand Up @@ -369,7 +369,7 @@ bool ClassicCommDetector::go()

QTime flagTime;
flagTime.start();

long long myTotalFrames;
if (recordingStopsAt < QDateTime::currentDateTime() )
myTotalFrames = player->GetTotalFrameCount();
Expand All @@ -386,7 +386,7 @@ bool ClassicCommDetector::go()
cerr.flush();
}


float flagFPS;
long long currentFrameNumber;
float aspect = player->GetVideoAspect();
Expand Down Expand Up @@ -562,7 +562,7 @@ bool ClassicCommDetector::go()
}
else if (secondsBehind < requiredBuffer)
usecSleep = (long)(usecPerFrame * 1.5);

if (usecSleep > 0)
usleep(usecSleep);
}
Expand Down Expand Up @@ -829,7 +829,7 @@ void ClassicCommDetector::ProcessFrame(VideoFrame *frame,
{
blankPixelsChecked++;
totBrightness += pixel;

if (pixel < min)
min = pixel;

Expand Down

0 comments on commit fb5912d

Please sign in to comment.