Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc |
diff --git a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc |
index d677f8b812fa771fd8385d7df4d86cd1a2dd99f2..f47f39c11526450ea7d833671c67ae939d923f61 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc |
+++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc |
@@ -434,6 +434,10 @@ void H264VideoToolboxEncoder::DestroyCompressionSession() { |
} |
} |
+const char* H264VideoToolboxEncoder::ImplementationName() const { |
+ return "VideoToolbox"; |
+} |
+ |
} // namespace webrtc |
#endif // defined(WEBRTC_VIDEO_TOOLBOX_SUPPORTED) |