Chromium Code Reviews| 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 0bf06ac4042dede66d3c6c64afce4436a901a2d1..d368488b478517e161098fdcb057a26e24ef89d4 100644 |
| --- a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h |
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h |
| @@ -57,6 +57,11 @@ class H264EncoderImpl : public H264Encoder { |
| private: |
| bool IsInitialized() const; |
| + bool has_reported_init_; |
| + bool has_reported_error_; |
| + void ReportInit(); |
|
hlundin-webrtc
2016/02/23 13:55:54
Same again.
hbos
2016/02/23 14:43:26
Done.
|
| + void ReportError(); |
| + |
| ISVCEncoder* openh264_encoder_; |
| VideoCodec codec_settings_; |