fix mono streams

by removing a line that is already removed in v 0.1.25, but not in master...
This commit is contained in:
kampfgnu 2015-11-26 11:41:07 +01:00
parent 520f98a6b3
commit 3bc3a85df3
1 changed files with 1 additions and 1 deletions

View File

@ -1947,7 +1947,7 @@ static BOOL GetHardwareCodecClassDesc(UInt32 formatId, AudioClassDescription* cl
[self destroyAudioConverter];
canonicalAudioStreamBasicDescription.mChannelsPerFrame = asbd->mChannelsPerFrame;
//canonicalAudioStreamBasicDescription.mChannelsPerFrame = asbd->mChannelsPerFrame;
BOOL isRecording = currentlyReadingEntry.dataSource.recordToFileUrl != nil;
if (isRecording)