Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2589)

Unified Diff: webrtc/modules/audio_coding/neteq/neteq.gypi

Issue 2342443005: Moved Opus-specific payload splitting into AudioDecoderOpus. (Closed)
Patch Set: Some small fixes. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/neteq/neteq.gypi
diff --git a/webrtc/modules/audio_coding/neteq/neteq.gypi b/webrtc/modules/audio_coding/neteq/neteq.gypi
index 630076ec8dc35c06c10fcbc088dc06a0e152ccf1..90aaaed9c2d5ca94836c1e19427a7c095f92dfc8 100644
--- a/webrtc/modules/audio_coding/neteq/neteq.gypi
+++ b/webrtc/modules/audio_coding/neteq/neteq.gypi
@@ -113,8 +113,8 @@
'packet.h',
'packet_buffer.cc',
'packet_buffer.h',
- 'payload_splitter.cc',
- 'payload_splitter.h',
+ 'red_payload_splitter.cc',
+ 'red_payload_splitter.h',
'post_decode_vad.cc',
'post_decode_vad.h',
'preemptive_expand.cc',

Powered by Google App Engine
This is Rietveld 408576698