aboutsummaryrefslogtreecommitdiff
path: root/host/virtio-gpu-gfxstream-renderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/virtio-gpu-gfxstream-renderer.cpp')
-rw-r--r--host/virtio-gpu-gfxstream-renderer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/virtio-gpu-gfxstream-renderer.cpp b/host/virtio-gpu-gfxstream-renderer.cpp
index fabe6cbb..1cab1741 100644
--- a/host/virtio-gpu-gfxstream-renderer.cpp
+++ b/host/virtio-gpu-gfxstream-renderer.cpp
@@ -2416,6 +2416,8 @@ VG_EXPORT int stream_renderer_init(struct stream_renderer_param* stream_renderer
required_params.erase(param.key);
switch (param.key) {
+ case STREAM_RENDERER_PARAM_NULL:
+ break;
case STREAM_RENDERER_PARAM_USER_DATA: {
renderer_cookie = reinterpret_cast<void*>(static_cast<uintptr_t>(param.value));
globalUserData = renderer_cookie;