| Index: remoting/protocol/content_description.cc
|
| diff --git a/remoting/protocol/content_description.cc b/remoting/protocol/content_description.cc
|
| index e2c2c8608ad2be5c7d7425a00d4972459aedc9cb..7a2db7d41571b26b9c810062b39049ac4cd6ccd6 100644
|
| --- a/remoting/protocol/content_description.cc
|
| +++ b/remoting/protocol/content_description.cc
|
| @@ -47,6 +47,7 @@ const NameMapElement<ChannelConfig::TransportType> kTransports[] = {
|
| const NameMapElement<ChannelConfig::Codec> kCodecs[] = {
|
| { ChannelConfig::CODEC_VERBATIM, "verbatim" },
|
| { ChannelConfig::CODEC_VP8, "vp8" },
|
| + { ChannelConfig::CODEC_VP9, "vp9" },
|
| { ChannelConfig::CODEC_ZIP, "zip" },
|
| { ChannelConfig::CODEC_OPUS, "opus" },
|
| { ChannelConfig::CODEC_SPEEX, "speex" },
|
|
|