Ticket #11141: D2.patch

File D2.patch, 602 bytes (added by Wayne McDougall <waynemcdougall@…>, 12 years ago)
  • mythtv/programs/mythcommflag/CommDetector2.cpp

    diff --git a/mythtv/programs/mythcommflag/CommDetector2.cpp b/mythtv/programs/mythcommflag/CommDetector2.cpp
    index a154323..94dd78e 100644
    a b bool CommDetector2::go(void) 
    596596            struct timeval start, end, elapsedtv;
    597597
    598598            (void)gettimeofday(&start, NULL);
    599             VideoFrame *currentFrame = player->GetRawVideoFrame(nextFrame);
     599            VideoFrame *currentFrame = player->GetRawVideoFrame();
    600600            long long lastFrameNumber = currentFrameNumber;
    601601