aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/neteq/decoder_database.h
diff options
context:
space:
mode:
authorkwiberg@webrtc.org <kwiberg@webrtc.org>2014-12-03 14:23:23 +0000
committerkwiberg@webrtc.org <kwiberg@webrtc.org>2014-12-03 14:23:23 +0000
commit00ba1a7dfd66e096ee5fb5e4e084c5565738426f (patch)
tree0954a9e3b8a546d4ecc6a73ab68f0c933d67c8b8 /webrtc/modules/audio_coding/neteq/decoder_database.h
parent0fb6ad2004d3b86cb912c93a773e3f9162392e54 (diff)
downloadwebrtc-00ba1a7dfd66e096ee5fb5e4e084c5565738426f.tar.gz
Move the AudioDecoder interface out of NetEq
It belongs with the codecs, next to the AudioEncoder interface. R=henrik.lundin@webrtc.org, kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27309004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7798 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/modules/audio_coding/neteq/decoder_database.h')
-rw-r--r--webrtc/modules/audio_coding/neteq/decoder_database.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/webrtc/modules/audio_coding/neteq/decoder_database.h b/webrtc/modules/audio_coding/neteq/decoder_database.h
index 8a03f2123b..cae1021993 100644
--- a/webrtc/modules/audio_coding/neteq/decoder_database.h
+++ b/webrtc/modules/audio_coding/neteq/decoder_database.h
@@ -15,15 +15,12 @@
#include "webrtc/base/constructormagic.h"
#include "webrtc/common_types.h" // NULL
-#include "webrtc/modules/audio_coding/neteq/interface/audio_decoder.h"
+#include "webrtc/modules/audio_coding/neteq/audio_decoder_impl.h"
#include "webrtc/modules/audio_coding/neteq/packet.h"
#include "webrtc/typedefs.h"
namespace webrtc {
-// Forward declaration.
-class AudioDecoder;
-
class DecoderDatabase {
public:
enum DatabaseReturnCodes {