| 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 c8ae495eb32f9f37cf7f286b364eaa9160c959b3..08cb537a58b9009b5fe1a0b0694e5e97b3ac1f1f 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
|
| @@ -56,6 +56,8 @@ class H264VideoToolboxEncoder : public H264Encoder {
|
|
|
| const char* ImplementationName() const override;
|
|
|
| + bool SupportsNativeHandle() const override;
|
| +
|
| void OnEncodedFrame(OSStatus status,
|
| VTEncodeInfoFlags info_flags,
|
| CMSampleBufferRef sample_buffer,
|
|
|