Chromium Code Reviews| 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 61ef80bbf138deaaf42d61b78992c315393a1a12..8626aea8909a61e20ccf940ebb4e010ee5b48348 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"; |
|
stefan-webrtc
2015/10/16 07:47:03
Is this the proper name to use? Would it be good t
pbos-webrtc
2015/10/16 13:12:05
Afaik this is a general Mac interface so this coul
|
| +} |
| + |
| } // namespace webrtc |
| #endif // defined(WEBRTC_VIDEO_TOOLBOX_SUPPORTED) |