Skip to content

Commit

Permalink
vp9enc: update log2_tile_column description
Browse files Browse the repository at this point in the history
Increase the value range of the log2_tile_column field of VP9 encoding
picture parameter buffer structure from [0..5] to [0..6] to align with
updates to the underlying SW/HW stack.

Signed-off-by: [email protected]
  • Loading branch information
vvbuzove authored and XinfengZhang committed Jun 16, 2021
1 parent 0f0ba36 commit ad06f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion va/va_enc_vp9.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ typedef struct _VAEncPictureParameterBufferVP9

/** \brief log2 of number of tile columns
* Corresponds to the same VP9 syntax element in frame header.
* value range [0..5]
* value range [0..6]
*/
uint8_t log2_tile_columns;

Expand Down

0 comments on commit ad06f5b

Please sign in to comment.