summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/media/uapi/v4l/ext-ctrls-codec.rst9
-rw-r--r--include/media/h264-ctrls.h3
2 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/media/uapi/v4l/ext-ctrls-codec.rst b/Documentation/media/uapi/v4l/ext-ctrls-codec.rst
index 810ae9bb6f7c..bc5dd8e76567 100644
--- a/Documentation/media/uapi/v4l/ext-ctrls-codec.rst
+++ b/Documentation/media/uapi/v4l/ext-ctrls-codec.rst
@@ -1945,15 +1945,6 @@ enum v4l2_mpeg_video_h264_hierarchical_coding_type -
1945 * - __u16 1945 * - __u16
1946 - ``nal_ref_idc`` 1946 - ``nal_ref_idc``
1947 - NAL reference ID value coming from the NAL Unit header 1947 - NAL reference ID value coming from the NAL Unit header
1948 * - __u8
1949 - ``ref_pic_list_p0[32]``
1950 - Backward reference list used by P-frames in the original bitstream order
1951 * - __u8
1952 - ``ref_pic_list_b0[32]``
1953 - Backward reference list used by B-frames in the original bitstream order
1954 * - __u8
1955 - ``ref_pic_list_b1[32]``
1956 - Forward reference list used by B-frames in the original bitstream order
1957 * - __s32 1948 * - __s32
1958 - ``top_field_order_cnt`` 1949 - ``top_field_order_cnt``
1959 - Picture Order Count for the coded top field 1950 - Picture Order Count for the coded top field
diff --git a/include/media/h264-ctrls.h b/include/media/h264-ctrls.h
index ba2876a64cf6..e877bf1d537c 100644
--- a/include/media/h264-ctrls.h
+++ b/include/media/h264-ctrls.h
@@ -202,9 +202,6 @@ struct v4l2_ctrl_h264_decode_params {
202 struct v4l2_h264_dpb_entry dpb[16]; 202 struct v4l2_h264_dpb_entry dpb[16];
203 __u16 num_slices; 203 __u16 num_slices;
204 __u16 nal_ref_idc; 204 __u16 nal_ref_idc;
205 __u8 ref_pic_list_p0[32];
206 __u8 ref_pic_list_b0[32];
207 __u8 ref_pic_list_b1[32];
208 __s32 top_field_order_cnt; 205 __s32 top_field_order_cnt;
209 __s32 bottom_field_order_cnt; 206 __s32 bottom_field_order_cnt;
210 __u32 flags; /* V4L2_H264_DECODE_PARAM_FLAG_* */ 207 __u32 flags; /* V4L2_H264_DECODE_PARAM_FLAG_* */