lkml.org 
[lkml]   [2020]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 04/19] media: uapi: h264: Clarify pic_order_cnt_bit_size field
    Date
    From: Philipp Zabel <p.zabel@pengutronix.de>

    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 <p.zabel@pengutronix.de>
    [Ezequiel: rebase]
    Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
    Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
    ---
    Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst | 4 +++-
    1 file changed, 3 insertions(+), 1 deletion(-)

    diff --git a/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst b/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst
    index ddf9c6af7d0a..32f3cebf16e5 100644
    --- a/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst
    +++ b/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst
    @@ -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``
    -
    --
    2.27.0
    \
     
     \ /
      Last update: 2020-08-14 15:38    [W:4.363 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site