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

Unified Diff: webrtc/modules/audio_coding/main/acm2/acm_codec_database.h

Issue 1338283002: Remove the preprocessor symbol WEBRTC_CODEC_AVT (it was always defined) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@ifdef
Patch Set: rebase Created 5 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 | « webrtc/engine_configurations.h ('k') | webrtc/modules/audio_coding/main/acm2/acm_codec_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
diff --git a/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h b/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
index 925c25fc421d05843ec385c71b1f15af9cf380e8..f34d755ccd3ddcdb82f286674407d3b6c17e349e 100644
--- a/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
+++ b/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
@@ -71,9 +71,7 @@ class ACMCodecDB {
#ifdef ENABLE_48000_HZ
, kCNFB
#endif
-#ifdef WEBRTC_CODEC_AVT
, kAVT
-#endif
#ifdef WEBRTC_CODEC_RED
, kRED
#endif
@@ -103,9 +101,6 @@ class ACMCodecDB {
// Mono and stereo
enum {kOpus = -1};
#endif
-#ifndef WEBRTC_CODEC_AVT
- enum {kAVT = -1};
-#endif
#ifndef WEBRTC_CODEC_RED
enum {kRED = -1};
#endif
« no previous file with comments | « webrtc/engine_configurations.h ('k') | webrtc/modules/audio_coding/main/acm2/acm_codec_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698