diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBAudio.m | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/macosx/HBAudio.m b/macosx/HBAudio.m index b32d90d1f..62e0658b3 100644 --- a/macosx/HBAudio.m +++ b/macosx/HBAudio.m @@ -396,14 +396,7 @@ static NSDictionary *bitRate384 = nil; shouldAdd = NO; } } - - // Now make sure the bitrate does not exceed the track's bitrate - if (YES == shouldAdd) { - if (currentBitRate > trackInputBitRate) { - shouldAdd = NO; - } - } - + if (YES == shouldAdd) { [permittedBitRates addObject: dict]; } |