From ef8cbc9f03f7a9a043a29438a9b74e75a0c49bb8 Mon Sep 17 00:00:00 2001 From: Carl Zhang Date: Thu, 5 Mar 2020 06:46:05 -0500 Subject: [PATCH] add matrix_coefficients into VADecPictureParameterBufferAV1 Signed-off-by: Carl Zhang --- va/va_dec_av1.h | 3 +++ 1 file changed, 3 insertions(+) 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;