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

Unified Diff: media/base/android/media_codec_bridge.h

Issue 2084143002: Make AVDA fall back to software decoding if needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed _l to auto_lock Created 4 years, 6 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: media/base/android/media_codec_bridge.h
diff --git a/media/base/android/media_codec_bridge.h b/media/base/android/media_codec_bridge.h
index 892d9c713ef9e24e849c9e3ae454f0efbf1f107d..cf40b40a4504391913d8a3a49771617199d4e3b3 100644
--- a/media/base/android/media_codec_bridge.h
+++ b/media/base/android/media_codec_bridge.h
@@ -174,6 +174,9 @@ class MEDIA_EXPORT MediaCodecBridge {
void* dst,
size_t num);
+ // Return true if and only if this is a software codec.
watk 2016/06/22 22:39:46 nit: s/Return/Returns/ (BTW, I wasn't sure if thi
liberato (no reviews please) 2016/06/23 15:18:19 didn't know that, thanks! someday, i'm going to r
+ virtual bool IsSoftwareCodec() = 0;
+
protected:
MediaCodecBridge();

Powered by Google App Engine
This is Rietveld 408576698