mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Fix HDR sluggish issue." into udc-dev
This commit is contained in:
@@ -87,6 +87,10 @@ class CommandWriterBase : public V2_2::CommandWriterBase {
|
||||
return;
|
||||
}
|
||||
|
||||
if (metadata.size() == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
// space for numElements
|
||||
commandLength += 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user