| Index: media/base/android/video_decoder_job.cc
|
| diff --git a/media/base/android/video_decoder_job.cc b/media/base/android/video_decoder_job.cc
|
| index fa49ab3ba480a9188dea180b9f1e0d55c79e9a73..3e3123c98ceb90013d38e555a1170bb16aa6f5da 100644
|
| --- a/media/base/android/video_decoder_job.cc
|
| +++ b/media/base/android/video_decoder_job.cc
|
| @@ -151,7 +151,7 @@ bool VideoDecoderJob::UpdateOutputFormat() {
|
| return false;
|
| int prev_output_width = output_width_;
|
| int prev_output_height = output_height_;
|
| - // 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.
|
| output_width_ = config_width_;
|
|
|