Skip to content

Commit

Permalink
add matrix_coefficients into VADecPictureParameterBufferAV1
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Zhang <[email protected]>
  • Loading branch information
XinfengZhang committed Mar 5, 2020
1 parent fbf85e5 commit ef8cbc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions va/va_dec_av1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ef8cbc9

Please sign in to comment.