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

Unified Diff: webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h

Issue 2472673002: Revert of Remove webrtc::Video from H264 encoder internals (Closed)
Patch Set: Created 4 years, 1 month 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/modules/video_coding/codecs/h264/h264_encoder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
diff --git a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
index 84db25c5dfb1242ec2c35241f08e268d20462d6f..3713896a8baca83a15a4b95ee71b279d1d559508 100644
--- a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
+++ b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
@@ -70,17 +70,7 @@
void ReportError();
ISVCEncoder* openh264_encoder_;
- // Settings that are used by this encoder.
- int width_;
- int height_;
- float max_frame_rate_;
- unsigned int target_bits_per_second_;
- unsigned int max_bits_per_second_;
- VideoCodecMode mode_;
- // H.264 specifc parameters
- bool frame_dropping_on_;
- int key_frame_interval_;
-
+ VideoCodec codec_settings_;
int32_t number_of_cores_;
EncodedImage encoded_image_;
« no previous file with comments | « no previous file | webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698