| 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 269e0411b2f8e3ed22683721297ec1efb6dadd1d..bebce5e6e0edceac15195521d8dcce85afb446ef 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;
|
|
|
| + bool IsHardwareEncoder() const override { return true; }
|
| +
|
| const char* ImplementationName() const override;
|
|
|
| private:
|
|
|