On 2/24/19 9:41 AM, Dafna Hirschfeld wrote:
> Add an array of request file descriptors to v4l_queue
> and add methods to allocate and get them.
>
> Signed-off-by: Dafna Hirschfeld
This patch isn't right, just drop it altogether. These helpers are for v4l2
devices,
not for a media device.
Just
Add an array of request file descriptors to v4l_queue
and add methods to allocate and get them.
Signed-off-by: Dafna Hirschfeld
---
utils/common/cv4l-helpers.h | 5 +
utils/common/v4l-helpers.h | 22 ++
2 files changed, 27 insertions(+)
diff --git a/utils/common/cv4l-h