Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
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