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

Unified Diff: webrtc/media/base/codec.h

Issue 2528343002: H.264 packetization mode 0 (try 3) (Closed)
Patch Set: Filed issue on mode 1 = 0 Created 4 years 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/media/base/codec.cc » ('j') | webrtc/media/base/codec.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/codec.h
diff --git a/webrtc/media/base/codec.h b/webrtc/media/base/codec.h
index 85b4327bb5cb61dd7ef67fbc868ea39c8905b63c..df2a799c43bc8485a2410b425882f7813b1eae61 100644
--- a/webrtc/media/base/codec.h
+++ b/webrtc/media/base/codec.h
@@ -106,6 +106,9 @@ struct Codec {
bool operator!=(const Codec& c) const {
return !(*this == c);
}
+
+ private:
+ void SetDefaultParameters();
};
struct AudioCodec : public Codec {
« no previous file with comments | « no previous file | webrtc/media/base/codec.cc » ('j') | webrtc/media/base/codec.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698