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

Unified Diff: content/common/gpu/media/android_video_decode_accelerator.h

Issue 1828033002: media: Lazily reconfigure MediaCodecs in AVDA for JellyBean (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: content/common/gpu/media/android_video_decode_accelerator.h
diff --git a/content/common/gpu/media/android_video_decode_accelerator.h b/content/common/gpu/media/android_video_decode_accelerator.h
index ea4f6e8641b6246e27c8270d93093f1cbc2195be..e3a5267fc23a71b7f5f13387bed8dbcc7e8c4788 100644
--- a/content/common/gpu/media/android_video_decode_accelerator.h
+++ b/content/common/gpu/media/android_video_decode_accelerator.h
@@ -150,6 +150,7 @@ class CONTENT_EXPORT AndroidVideoDecodeAccelerator
ERROR,
WAITING_FOR_KEY,
WAITING_FOR_EOS,
+ PENDING_CODEC_RECONFIGURE,
};
// Configures |media_codec_| with the given codec parameters from the client.

Powered by Google App Engine
This is Rietveld 408576698