| Index: media/base/android/video_media_codec_decoder.cc
|
| diff --git a/media/base/android/video_media_codec_decoder.cc b/media/base/android/video_media_codec_decoder.cc
|
| index 6fdd3ca994a38bf78ab0d6762b3326c0fd0d8806..e9a305830a45c260884439cf08c6ae35931babe1 100644
|
| --- a/media/base/android/video_media_codec_decoder.cc
|
| +++ b/media/base/android/video_media_codec_decoder.cc
|
| @@ -210,7 +210,7 @@ void VideoMediaCodecDecoder::OnOutputFormatChanged() {
|
|
|
| gfx::Size prev_size = video_size_;
|
|
|
| - // See b/18224769. The values reported from MediaCodecBridge::GetOutputFormat
|
| + // See b/18224769. The values reported from MediaCodecBridge::GetOutputSize
|
| // correspond to the actual video frame size, but this is not necessarily the
|
| // size that should be output.
|
| video_size_ = configs_.video_size;
|
|
|