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

Unified Diff: webrtc/modules/BUILD.gn

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
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | webrtc/modules/audio_coding/neteq/packet.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 71d2406cc0ad10edc11d9ba94e5ce1e744034bd6..882438cf6aeefc7c20a2264ff9a16f4157791b6e 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -295,7 +295,7 @@ if (rtc_include_tests) {
"audio_coding/neteq/mock/mock_expand.h",
"audio_coding/neteq/mock/mock_external_decoder_pcm16b.h",
"audio_coding/neteq/mock/mock_packet_buffer.h",
- "audio_coding/neteq/mock/mock_payload_splitter.h",
+ "audio_coding/neteq/mock/mock_red_payload_splitter.h",
"audio_coding/neteq/nack_tracker_unittest.cc",
"audio_coding/neteq/neteq_external_decoder_unittest.cc",
"audio_coding/neteq/neteq_impl_unittest.cc",
@@ -304,9 +304,9 @@ if (rtc_include_tests) {
"audio_coding/neteq/neteq_unittest.cc",
"audio_coding/neteq/normal_unittest.cc",
"audio_coding/neteq/packet_buffer_unittest.cc",
- "audio_coding/neteq/payload_splitter_unittest.cc",
"audio_coding/neteq/post_decode_vad_unittest.cc",
"audio_coding/neteq/random_vector_unittest.cc",
+ "audio_coding/neteq/red_payload_splitter_unittest.cc",
"audio_coding/neteq/sync_buffer_unittest.cc",
"audio_coding/neteq/tick_timer_unittest.cc",
"audio_coding/neteq/time_stretch_unittest.cc",
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | webrtc/modules/audio_coding/neteq/packet.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698