Moved codec-specific audio packet splitting into decoders.
There's still some code run specifically for Opus w/ FEC. It will be addressed in a separate CL. BUG=webrtc:5805 Review-Url: https://codereview.webrtc.org/2326003002 Cr-Commit-Position: refs/heads/master@{#14319}
This commit is contained in:
@ -13,6 +13,8 @@
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
'audio_decoder_interface',
|
||||
'legacy_encoded_audio_frame',
|
||||
],
|
||||
'sources': [
|
||||
'audio_decoder_pcm.cc',
|
||||
|
||||
Reference in New Issue
Block a user