| 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 fec32261b767635b20f88e4337aa72d66fc31c80..bb9af8a7f2379d37eeedca7c43823153b77c03c1 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
|
| @@ -242,7 +242,7 @@ int H264VideoToolboxEncoder::InitEncode(const VideoCodec* codec_settings,
|
| int H264VideoToolboxEncoder::Encode(
|
| const VideoFrame& input_image,
|
| const CodecSpecificInfo* codec_specific_info,
|
| - const std::vector<VideoFrameType>* frame_types) {
|
| + const std::vector<FrameType>* frame_types) {
|
| if (input_image.IsZeroSize()) {
|
| // It's possible to get zero sizes as a signal to produce keyframes (this
|
| // happens for internal sources). But this shouldn't happen in
|
|
|