Fixing uninitialized variable in file_audio_device.cc.
R=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17049004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6872 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
0a3cbb3906
commit
40995c7fd0
@ -194,6 +194,7 @@ int32_t FileAudioDevice::StartPlayout() {
|
||||
|
||||
_playing = true;
|
||||
_playoutFramesLeft = 0;
|
||||
_playoutFramesIn10MS = kPlayoutFixedSampleRate/100;
|
||||
|
||||
if (!_playoutBuffer)
|
||||
_playoutBuffer = new int8_t[2 *
|
||||
|
Loading…
Reference in New Issue
Block a user