Move AudioDecoderIlbc next to AudioEncoderIlbc
All AudioDecoder subclasses have historically lived in NetEq, but they fit better with the codec they wrap. BUG=webrtc:4557 Review URL: https://codereview.webrtc.org/1348053002 Cr-Commit-Position: refs/heads/master@{#9961}
This commit is contained in:
@ -26,10 +26,12 @@
|
||||
],
|
||||
},
|
||||
'sources': [
|
||||
'interface/audio_decoder_ilbc.h',
|
||||
'interface/audio_encoder_ilbc.h',
|
||||
'interface/ilbc.h',
|
||||
'abs_quant.c',
|
||||
'abs_quant_loop.c',
|
||||
'audio_decoder_ilbc.cc',
|
||||
'audio_encoder_ilbc.cc',
|
||||
'augmented_cb_corr.c',
|
||||
'bw_expand.c',
|
||||
|
||||
Reference in New Issue
Block a user