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 <emircan@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Reviewed-by: Magnus Flodman <mflodman@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25088}
This commit is contained in:
Philipp Hancke 2018-09-26 09:32:07 +02:00 committed by Commit Bot
parent 028248cbd7
commit 5526e457e3

View File

@ -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) {