X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fwebrtc%2Fmodules%2Faudio_processing%2Faec%2Faec_core.c;h=50457d9beed298b70d329903d7eb71c0e2e7ab71;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=1e217eb5e46f4d4228b272059d560ae63fdbc612;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/webrtc/modules/audio_processing/aec/aec_core.c b/src/third_party/webrtc/modules/audio_processing/aec/aec_core.c index 1e217eb..50457d9 100644 --- a/src/third_party/webrtc/modules/audio_processing/aec/aec_core.c +++ b/src/third_party/webrtc/modules/audio_processing/aec/aec_core.c @@ -1351,7 +1351,7 @@ int WebRtcAec_FreeAec(AecCore* aec) { #ifdef WEBRTC_AEC_DEBUG_DUMP // Open a new Wav file for writing. If it was already open with a different // sample frequency, close it first. -static void ReopenWav(rtc_WavFile** wav_file, +static void ReopenWav(rtc_WavWriter** wav_file, const char* name, int seq1, int seq2,