Skip to content

Commit

Permalink
remove the limitation of hevc delta qp depth
Browse files Browse the repository at this point in the history
it is a supplement to #385

Signed-off-by: Carl Zhang <[email protected]>
  • Loading branch information
XinfengZhang committed Jun 17, 2021
1 parent ad06f5b commit e932fae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions va/va_enc_hevc.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ typedef union VAConfigAttribValEncHEVCFeatures {
uint32_t transform_skip : 2;
/** QP delta within coding units.
*
* Allows setting cu_qp_delta_enabled_flag in the PPS. When
* enabled, diff_cu_qp_delta_depth must be set to zero.
* Allows setting cu_qp_delta_enabled_flag in the PPS.
*/
uint32_t cu_qp_delta : 2;
/** Weighted prediction.
Expand All @@ -141,7 +140,7 @@ typedef union VAConfigAttribValEncHEVCFeatures {
* Allows setting slice_deblocking_filter_disabled_flag.
*/
uint32_t deblocking_filter_disable : 2;
/* Reserved for future use. */
/* Reserved,should not be used, avoid conflict with VA_ATTRIB_NOT_SUPPORTED. */
uint32_t reserved : 2;
} bits;
uint32_t value;
Expand Down

0 comments on commit e932fae

Please sign in to comment.