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

Unified Diff: webrtc/modules/audio_coding/codecs/audio_encoder.h

Issue 1896953004: Roll chromium_revision 212f976fef..61ed337cfe (387882:388120) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Fix Clang warnings Created 4 years, 8 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/codecs/audio_encoder.h
diff --git a/webrtc/modules/audio_coding/codecs/audio_encoder.h b/webrtc/modules/audio_coding/codecs/audio_encoder.h
index 58d9fff4519cdf3f73e08b5143962e5331bed801..a9d96743f87670990c3a7e68272b10a7ed524c24 100644
--- a/webrtc/modules/audio_coding/codecs/audio_encoder.h
+++ b/webrtc/modules/audio_coding/codecs/audio_encoder.h
@@ -45,6 +45,7 @@ class AudioEncoder {
// vector.
struct EncodedInfo : public EncodedInfoLeaf {
EncodedInfo();
+ EncodedInfo(const EncodedInfo&);
kwiberg-webrtc 2016/04/19 09:21:02 This class has a std::vector member variable, so p
~EncodedInfo();
std::vector<EncodedInfoLeaf> redundant;

Powered by Google App Engine
This is Rietveld 408576698