commit | 3800e13a3a7031220e2d21990858d4d08581e393 | [log] [tgz] |
---|---|---|
author | kwiberg@webrtc.org <kwiberg@webrtc.org> | Wed Dec 03 16:28:17 2014 +0000 |
committer | kwiberg@webrtc.org <kwiberg@webrtc.org> | Wed Dec 03 16:28:17 2014 +0000 |
tree | 46f8e9faa29c4554e670d654e2b4e4df1e7acc61 | |
parent | 00ba1a7dfd66e096ee5fb5e4e084c5565738426f [diff] [blame] |
Revert r7798 ("Move the AudioDecoder interface out of NetEq") Apparently, it caused all sorts of problems I don't have time to straighten out right now. TBR=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/25289004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7799 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/neteq/interface/neteq.h b/webrtc/modules/audio_coding/neteq/interface/neteq.h index 2c0dbdc..b630e86 100644 --- a/webrtc/modules/audio_coding/neteq/interface/neteq.h +++ b/webrtc/modules/audio_coding/neteq/interface/neteq.h
@@ -17,7 +17,7 @@ #include "webrtc/base/constructormagic.h" #include "webrtc/common_types.h" -#include "webrtc/modules/audio_coding/neteq/audio_decoder_impl.h" +#include "webrtc/modules/audio_coding/neteq/interface/audio_decoder.h" #include "webrtc/typedefs.h" namespace webrtc {