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

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

Issue 1796393002: Remove Exynos from MediaCodec blacklist. Limit MediaTek blacklist. (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: media/base/android/media_codec_util.h
diff --git a/media/base/android/media_codec_util.h b/media/base/android/media_codec_util.h
index 04b83a9937299f67e8b3e80066d508ff436062d5..2bc226a7861192a67db4c038ce4fc0053fbd0369 100644
--- a/media/base/android/media_codec_util.h
+++ b/media/base/android/media_codec_util.h
@@ -66,8 +66,8 @@ class MEDIA_EXPORT MediaCodecUtil {
static bool RegisterMediaCodecUtil(JNIEnv* env);
- // Indicates if the vp8 decoder is available on this device.
- static bool IsVp8DecoderAvailable();
+ // Indicates if the vp8 decoder or encoder are available on this device.
+ static bool IsVp8CodecAvailable();
};
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698