Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Remove temp hacky _audioToVideoRecordStartOffset code
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-smule committed Oct 13, 2017
1 parent 135b2d6 commit 48db4de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/PBJVision.m
Original file line number Diff line number Diff line change
Expand Up @@ -688,10 +688,6 @@ - (NSTimeInterval)startDiffFromAudioStartTimestamp:(CMTime)audioStartTimestamp

- (void)setAudioStartTimestamp:(CMTime)audioStartTimestamp
{
if (CMTIME_IS_VALID(_startTimestamp))
{
_audioToVideoRecordStartOffset = CMTimeSubtract(_startTimestamp, audioStartTimestamp);
}
[self _enqueueBlockOnCaptureVideoQueue:^{
_audioToVideoRecordStartOffset = CMTimeSubtract(_startTimestamp, audioStartTimestamp);
DLog(@"_audioToVideoRecordStartOffset: %f", CMTimeGetSeconds(_audioToVideoRecordStartOffset));
Expand Down

0 comments on commit 48db4de

Please sign in to comment.