From 828cf2443de222c8cb1dc8c6c35e1e5f8c41035b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20Kalliom=C3=A4ki?= Date: Mon, 30 Oct 2017 13:49:31 +0100 Subject: [PATCH] Android: Change H264 constrained baseline profile from 4200xx to 42e0xx. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This affects the new injectable codecs. Bug: webrtc:8459 Change-Id: I484a3ae4c29fd8bae8b13308315758b3689bdd4d Reviewed-on: https://webrtc-review.googlesource.com/16861 Reviewed-by: Magnus Jedvert Commit-Queue: Sami Kalliomäki Cr-Commit-Position: refs/heads/master@{#20478} --- sdk/android/api/org/webrtc/VideoCodecInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/android/api/org/webrtc/VideoCodecInfo.java b/sdk/android/api/org/webrtc/VideoCodecInfo.java index 70295b7060..a2ed5fc4b1 100644 --- a/sdk/android/api/org/webrtc/VideoCodecInfo.java +++ b/sdk/android/api/org/webrtc/VideoCodecInfo.java @@ -21,7 +21,7 @@ public class VideoCodecInfo { public static final String H264_FMTP_LEVEL_ASYMMETRY_ALLOWED = "level-asymmetry-allowed"; public static final String H264_FMTP_PACKETIZATION_MODE = "packetization-mode"; - public static final String H264_PROFILE_CONSTRAINED_BASELINE = "4200"; + public static final String H264_PROFILE_CONSTRAINED_BASELINE = "42e0"; public static final String H264_PROFILE_CONSTRAINED_HIGH = "640c"; public static final String H264_LEVEL_3_1 = "1f"; // 31 in hex. public static final String H264_CONSTRAINED_HIGH_3_1 =