Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc |
diff --git a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc |
index 6d9a4c14c709c5ac61200431b1d4d47107f2dcf1..a0bbb9e55a5f43b9bdb762e373d5df3160841554 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc |
+++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc |
@@ -266,6 +266,10 @@ void H264VideoToolboxDecoder::SetVideoFormat( |
} |
} |
+const char* H264VideoToolboxDecoder::ImplementationName() const { |
+ return "VideoToolbox"; |
+} |
+ |
} // namespace webrtc |
#endif // defined(WEBRTC_VIDEO_TOOLBOX_SUPPORTED) |