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

Unified Diff: media/base/android/java/src/org/chromium/media/CodecProfileLevelList.java

Issue 2697033003: [Chromecast] Fix IsSupportedVideoConfig() on Android. (Closed)
Patch Set: Created 3 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 | « chromecast/media/base/supported_codec_profile_levels_memo.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/java/src/org/chromium/media/CodecProfileLevelList.java
diff --git a/media/base/android/java/src/org/chromium/media/CodecProfileLevelList.java b/media/base/android/java/src/org/chromium/media/CodecProfileLevelList.java
index f99b890b17d9c453ef5a8de71b10ed049b6bedd5..3ea393f70421f297c38e3ea93e7ab45d2d5c7b48 100644
--- a/media/base/android/java/src/org/chromium/media/CodecProfileLevelList.java
+++ b/media/base/android/java/src/org/chromium/media/CodecProfileLevelList.java
@@ -179,7 +179,7 @@ class CodecProfileLevelList {
case CodecProfileLevel.AVCLevel12:
return 12;
case CodecProfileLevel.AVCLevel13:
- return 14;
+ return 13;
case CodecProfileLevel.AVCLevel2:
return 20;
case CodecProfileLevel.AVCLevel21:
« no previous file with comments | « chromecast/media/base/supported_codec_profile_levels_memo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698