Skip to content
Snippets Groups Projects
Commit 6b4efa4d authored by Benjamin Gaignard's avatar Benjamin Gaignard
Browse files

media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control


The number of 'entry point offset' could be very variable.
Rather than use a large static array define a v4l2 dynamic array
of U32 (V4L2_CTRL_TYPE_U32).
The number of entry point offsets is reported by the elems field
and in struct v4l2_ctrl_hevc_slice_params.num_entry_point_offsets
field.

Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@collabora.com>
parent e9c29ad2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment