diff options
Diffstat (limited to 'media/libstagefright')
| -rw-r--r-- | media/libstagefright/VideoFrameScheduler.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/media/libstagefright/VideoFrameScheduler.cpp b/media/libstagefright/VideoFrameScheduler.cpp index 5fe9bf9..02b8783 100644 --- a/media/libstagefright/VideoFrameScheduler.cpp +++ b/media/libstagefright/VideoFrameScheduler.cpp @@ -257,8 +257,7 @@ void VideoFrameScheduler::PLL::prime(size_t numSamplesToUse) {              mPhase = firstTime;          }      } -    ALOGV("priming[%zu] phase:%lld period:%lld", -            numSamplesToUse, (long long)mPhase, (long long)mPeriod); +    ALOGV("priming[%zu] phase:%lld period:%lld ", numSamplesToUse, (long long)mPhase, (long long)mPeriod);  }  nsecs_t VideoFrameScheduler::PLL::addSample(nsecs_t time) {  | 
