| Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h
|
| diff --git a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h
|
| index 28cd63ed29ab762700e6268f1d35a6f9b452c4f3..d103bffe3ba86366564a6bc196a5161e58711ece 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h
|
| @@ -48,6 +48,8 @@ class H264VideoToolboxEncoder : public H264Encoder {
|
|
|
| int Release() override;
|
|
|
| + const char* ImplementationName() const override;
|
| +
|
| private:
|
| int ResetCompressionSession();
|
| void ConfigureCompressionSession();
|
|
|