diff options
author | Carl Zhang <carl.zhang@intel.com> | 2020-03-05 06:46:05 -0500 |
---|---|---|
committer | XinfengZhang <carl.zhang@intel.com> | 2020-03-05 15:53:22 +0800 |
commit | ef8cbc9f03f7a9a043a29438a9b74e75a0c49bb8 (patch) | |
tree | 7abe49630f80ac00341f149b05d26337423f444b /va | |
parent | fbf85e52453db7b7d7100811c4edc67861ab16a2 (diff) | |
download | libva-ef8cbc9f03f7a9a043a29438a9b74e75a0c49bb8.tar.gz |
add matrix_coefficients into VADecPictureParameterBufferAV12.7.0.pre1
Signed-off-by: Carl Zhang <carl.zhang@intel.com>
Diffstat (limited to 'va')
-rwxr-xr-x | va/va_dec_av1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/va/va_dec_av1.h b/va/va_dec_av1.h index 31d4349..56bfb40 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; |