Fix AudioFrame types.
volume_ is not set anywhere so I'm removing it. BUG= TEST=trybots Review URL: https://webrtc-codereview.appspot.com/556004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2196 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -1845,7 +1845,6 @@ WebRtc_Word32 AudioCodingModuleImpl::PlayoutData10Ms(
|
||||
}
|
||||
|
||||
audio_frame.id_ = _id;
|
||||
audio_frame.volume_ = -1;
|
||||
audio_frame.energy_ = -1;
|
||||
audio_frame.timestamp_ = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user