summaryrefslogtreecommitdiff
path: root/src/components/protocol
diff options
context:
space:
mode:
authorSho Amano <samano@xevo.com>2017-08-11 11:03:07 +0900
committerSho Amano <samano@xevo.com>2017-08-11 12:26:26 +0900
commitf11831aa529870067a31c484971738b06a5f35b0 (patch)
treed22a6b533c0597b7d77c20e3a686faa3e4415dbe /src/components/protocol
parentb1334cb3b351f6c08173649284cbd93b0fd3b54d (diff)
downloadsdl_core-f11831aa529870067a31c484971738b06a5f35b0.tar.gz
Add video related keys in bson_object_keys.cc
Diffstat (limited to 'src/components/protocol')
-rw-r--r--src/components/protocol/src/bson_object_keys.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/protocol/src/bson_object_keys.cc b/src/components/protocol/src/bson_object_keys.cc
index fba2b4a166..fb225b1461 100644
--- a/src/components/protocol/src/bson_object_keys.cc
+++ b/src/components/protocol/src/bson_object_keys.cc
@@ -8,6 +8,10 @@ const char* hash_id = "hashId";
const char* protocol_version = "protocolVersion";
const char* mtu = "mtu";
const char* rejected_params = "rejectedParams";
+const char* height = "height";
+const char* width = "width";
+const char* video_protocol = "videoProtocol";
+const char* video_codec = "videoCodec";
} // namespace strings