From 5526e457e3e8ea14ecce32e2eecd6ded55c3e73c Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Wed, 26 Sep 2018 09:32:07 +0200 Subject: [PATCH] vp9: change x-google-profile-id to profile-id spec in https://github.com/juberti/draughts/pull/106 Bug: None Change-Id: I99e8d56dfc5ba39ea7ad621eb28719a95092d7c4 Reviewed-on: https://webrtc-review.googlesource.com/c/101980 Reviewed-by: Emircan Uysaler Reviewed-by: Stefan Holmer Reviewed-by: Magnus Flodman Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/master@{#25088} --- media/base/vp9_profile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/base/vp9_profile.cc b/media/base/vp9_profile.cc index a28a912762..c9ccaa9f9d 100644 --- a/media/base/vp9_profile.cc +++ b/media/base/vp9_profile.cc @@ -15,7 +15,7 @@ namespace webrtc { // Profile information for VP9 video. -const char kVP9FmtpProfileId[] = "x-google-profile-id"; +const char kVP9FmtpProfileId[] = "profile-id"; std::string VP9ProfileToString(VP9Profile profile) { switch (profile) {