Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: media/base/android/video_media_codec_decoder.cc

Issue 1764813002: Catch CodecException in MediaCodecBridge and return MEDIA_CODEC_ERROR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dale's comment Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/android/video_decoder_job.cc ('k') | media/filters/android/media_codec_audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « media/base/android/video_decoder_job.cc ('k') | media/filters/android/media_codec_audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698