Skip to content

Commit

Permalink
Revise offsets comments for av1 encode
Browse files Browse the repository at this point in the history
Signed-off-by: Yao, Leyu <[email protected]>
  • Loading branch information
leyu-yao committed Jul 7, 2023
1 parent 984dfee commit 6900115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion va/va_enc_av1.h
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,8 @@ typedef struct _VAEncPictureParameterBufferAV1 {
* underline encoder. Otherwise, app can set it to 0 and ignored by driver.
*
* In BRC mode, obu_size needs to be updated and this parameter should be set.
* In CQP mode, this parameter should be set to 0 and ignored by driver.
* In CQP mode, obu_size needs to be updated if \c enable_frame_obu == 1. Otherwise
* this parameter should be set to 0 and ignored by driver.
*/
uint32_t byte_offset_frame_hdr_obu_size;

Expand Down

0 comments on commit 6900115

Please sign in to comment.