commit | e04a93bcf5e1b608c798a6a3148224b8035f0119 | [log] [tgz] |
---|---|---|
author | kwiberg@webrtc.org <kwiberg@webrtc.org> | Tue Dec 09 10:12:53 2014 +0000 |
committer | kwiberg@webrtc.org <kwiberg@webrtc.org> | Tue Dec 09 10:12:53 2014 +0000 |
tree | 517bc813e1b8fe97b079397f23ba0f81ca61cb72 | |
parent | 97d0489058ae7a983f7306f32cfd49a2356c6488 [diff] [blame] |
Move the AudioDecoder interface out of NetEq It belongs with the codecs, next to the AudioEncoder interface. R=andrew@webrtc.org, henrik.lundin@webrtc.org, kjellander@webrtc.org Previously committed here: https://code.google.com/p/webrtc/source/detail?r=7798 and reverted here: https://code.google.com/p/webrtc/source/detail?r=7799 Review URL: https://webrtc-codereview.appspot.com/27309004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7839 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/neteq/decoder_database.h b/webrtc/modules/audio_coding/neteq/decoder_database.h index 8a03f21..cae1021 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 {