diff --git a/va/va_dec_av1.h b/va/va_dec_av1.h index 31d43499d..56bfb40e0 100755 --- a/va/va_dec_av1.h +++ b/va/va_dec_av1.h @@ -233,6 +233,9 @@ typedef struct _VADecPictureParameterBufferAV1 */ uint8_t bit_depth_idx; + /** \brief corresponds to AV1 spec variable of the same name. */ + uint8_t matrix_coefficients; + union { struct { uint32_t still_picture : 1;