| 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";
|
| +}
|
| +
|
| } // namespace webrtc
|
|
|
| #endif // defined(WEBRTC_VIDEO_TOOLBOX_SUPPORTED)
|
|
|