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

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

Issue 2528343002: H.264 packetization mode 0 (try 3) (Closed)
Patch Set: Addressed hbos' comments 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
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/modules/video_coding/codecs/h264/h264_encoder_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698