Skip to content

Commit 88dc763

Browse files
nowrepXinfengZhang
authored andcommitted
va: Add VA_PICTURE_H264_NON_EXISTING flag
This flag indicates that the picture is marked as “non-existing” (spec section 8.2.5.2) Signed-off-by: David Rosca <[email protected]>
1 parent bb8a9eb commit 88dc763

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

va/va.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3585,6 +3585,11 @@ typedef struct _VAPictureH264 {
35853585
#define VA_PICTURE_H264_BOTTOM_FIELD 0x00000004
35863586
#define VA_PICTURE_H264_SHORT_TERM_REFERENCE 0x00000008
35873587
#define VA_PICTURE_H264_LONG_TERM_REFERENCE 0x00000010
3588+
/** \brief Non existing picture
3589+
* This flag indicates that the picture is marked
3590+
* as “non-existing” (spec section 8.2.5.2)
3591+
*/
3592+
#define VA_PICTURE_H264_NON_EXISTING 0x00000020
35883593

35893594
/** H.264 Picture Parameter Buffer */
35903595
/*

0 commit comments

Comments
 (0)