Remove AMR format parameter from AudioCoder in utility
The parameter was never used. BUG=webrtc:3520 Review URL: https://codereview.webrtc.org/1365283002 Cr-Commit-Position: refs/heads/master@{#10095}
This commit is contained in:
committed by
Commit bot
parent
1968d3f357
commit
8387c5f449
@ -389,7 +389,7 @@ int32_t FilePlayerImpl::SetUpAudioDecoder()
|
||||
return -1;
|
||||
}
|
||||
if( STR_CASE_CMP(_codec.plname, "L16") != 0 &&
|
||||
_audioDecoder.SetDecodeCodec(_codec,AMRFileStorage) == -1)
|
||||
_audioDecoder.SetDecodeCodec(_codec) == -1)
|
||||
{
|
||||
LOG(LS_WARNING) << "SetUpAudioDecoder() codec " << _codec.plname
|
||||
<< " not supported.";
|
||||
|
||||
Reference in New Issue
Block a user