| Index: webrtc/modules/utility/source/file_player_impl.cc
|
| diff --git a/webrtc/modules/utility/source/file_player_impl.cc b/webrtc/modules/utility/source/file_player_impl.cc
|
| index 8c94caafb59fc9d1378bd91e50addba154738038..29ad9e3fe18cde26b97ad2467753baa564655635 100644
|
| --- a/webrtc/modules/utility/source/file_player_impl.cc
|
| +++ b/webrtc/modules/utility/source/file_player_impl.cc
|
| @@ -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.";
|
|
|