commit | 00ba1a7dfd66e096ee5fb5e4e084c5565738426f | [log] [tgz] |
---|---|---|
author | kwiberg@webrtc.org <kwiberg@webrtc.org> | Wed Dec 03 14:23:23 2014 +0000 |
committer | kwiberg@webrtc.org <kwiberg@webrtc.org> | Wed Dec 03 14:23:23 2014 +0000 |
tree | 0954a9e3b8a546d4ecc6a73ab68f0c933d67c8b8 | |
parent | 0fb6ad2004d3b86cb912c93a773e3f9162392e54 [diff] [blame] |
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
diff --git a/webrtc/modules/audio_coding/neteq/packet_buffer.cc b/webrtc/modules/audio_coding/neteq/packet_buffer.cc index 816713d..b0c939b 100644 --- a/webrtc/modules/audio_coding/neteq/packet_buffer.cc +++ b/webrtc/modules/audio_coding/neteq/packet_buffer.cc
@@ -16,8 +16,8 @@ #include <algorithm> // find_if() +#include "webrtc/modules/audio_coding/codecs/audio_decoder.h" #include "webrtc/modules/audio_coding/neteq/decoder_database.h" -#include "webrtc/modules/audio_coding/neteq/interface/audio_decoder.h" namespace webrtc {