Skip to content

Commit

Permalink
va: Add VA_PICTURE_H264_NON_EXISTING flag
Browse files Browse the repository at this point in the history
This flag indicates that the picture is marked
as “non-existing” (spec section 8.2.5.2)

Signed-off-by: David Rosca <[email protected]>
  • Loading branch information
David Rosca committed Sep 25, 2024
1 parent 0115352 commit 912cb10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions va/va.h
Original file line number Diff line number Diff line change
Expand Up @@ -3584,6 +3584,11 @@ typedef struct _VAPictureH264 {
#define VA_PICTURE_H264_BOTTOM_FIELD 0x00000004
#define VA_PICTURE_H264_SHORT_TERM_REFERENCE 0x00000008
#define VA_PICTURE_H264_LONG_TERM_REFERENCE 0x00000010
/** \brief Non existing picture
* This flag indicates that the picture is marked
* as “non-existing” (spec section 8.2.5.2)
*/
#define VA_PICTURE_H264_NON_EXISTING 0x00000020

/** H.264 Picture Parameter Buffer */
/*
Expand Down

0 comments on commit 912cb10

Please sign in to comment.