mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
v4l2codecs: mpeg2: update to the new uAPI
The mpeg2 stateless api has undergone changes as it is being destage. Update the v4l2-controls header to match. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1013>
This commit is contained in:
parent
f6e17ea294
commit
4fe6bc1afe
1 changed files with 3 additions and 0 deletions
|
@ -1713,6 +1713,9 @@ struct v4l2_ext_control {
|
||||||
struct v4l2_ctrl_h264_slice_params *p_h264_slice_params;
|
struct v4l2_ctrl_h264_slice_params *p_h264_slice_params;
|
||||||
struct v4l2_ctrl_h264_decode_params *p_h264_decode_params;
|
struct v4l2_ctrl_h264_decode_params *p_h264_decode_params;
|
||||||
struct v4l2_ctrl_fwht_params *p_fwht_params;
|
struct v4l2_ctrl_fwht_params *p_fwht_params;
|
||||||
|
struct v4l2_ctrl_mpeg2_sequence *p_mpeg2_sequence;
|
||||||
|
struct v4l2_ctrl_mpeg2_picture *p_mpeg2_picture;
|
||||||
|
struct v4l2_ctrl_mpeg2_quantisation *p_mpeg2_quantisation;
|
||||||
void *ptr;
|
void *ptr;
|
||||||
};
|
};
|
||||||
} __attribute__ ((packed));
|
} __attribute__ ((packed));
|
||||||
|
|
Loading…
Reference in a new issue