Support for unmixed remote audio into tracks.

BUG=chromium:121673
R=solenberg@webrtc.org

Review URL: https://codereview.webrtc.org/1505253004 .

Cr-Commit-Position: refs/heads/master@{#10995}
This commit is contained in:
Tommi
2015-12-12 01:37:01 +01:00
parent f67c548576
commit f888bb58da
31 changed files with 526 additions and 56 deletions

View File

@ -73,6 +73,8 @@
#else // WEBRTC_WIN
#include <inttypes.h>
#if !defined(PRId64)
#define PRId64 "I64d"
#endif