Adding iSAC-fb support
Adding tests, too. Review URL: https://webrtc-codereview.appspot.com/1070011 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3440 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -143,6 +143,14 @@ class AudioDecoderIsacSwb : public AudioDecoderIsac {
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(AudioDecoderIsacSwb);
|
||||
};
|
||||
|
||||
class AudioDecoderIsacFb : public AudioDecoderIsacSwb {
|
||||
public:
|
||||
AudioDecoderIsacFb();
|
||||
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(AudioDecoderIsacFb);
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef WEBRTC_CODEC_ISACFX
|
||||
|
||||
Reference in New Issue
Block a user