diff options
Diffstat (limited to 'remoting/protocol/content_description.cc')
-rw-r--r-- | remoting/protocol/content_description.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/protocol/content_description.cc b/remoting/protocol/content_description.cc index e2c2c86..7a2db7d 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" }, |