Skip to content

Commit

Permalink
media: uapi: h264: Clarify pic_order_cnt_bit_size field
Browse files Browse the repository at this point in the history
Since pic_order_cnt_bit_size is not a syntax element itself, explicitly
state that it is the total size in bits of the pic_order_cnt_lsb,
delta_pic_order_cnt_bottom, delta_pic_order_cnt[0], and
delta_pic_order_cnt[1] syntax elements contained in the slice.

Signed-off-by: Philipp Zabel <[email protected]>
[Ezequiel: rebase]
Signed-off-by: Ezequiel Garcia <[email protected]>
Reviewed-by: Nicolas Dufresne <[email protected]>
  • Loading branch information
pH5 authored and sigmaris committed Aug 3, 2020
1 parent 5116041 commit 00ad193
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,9 @@ enum v4l2_mpeg_video_h264_hierarchical_coding_type -
- Size in bits of the dec_ref_pic_marking() syntax element.
* - __u32
- ``pic_order_cnt_bit_size``
-
- Combined size in bits of the picture order count related syntax
elements: pic_order_cnt_lsb, delta_pic_order_cnt_bottom,
delta_pic_order_cnt0, and delta_pic_order_cnt1.
* - __u8
- ``cabac_init_idc``
-
Expand Down

0 comments on commit 00ad193

Please sign in to comment.