From 88dc763fbb30b8f53cd5e835f8c926338f0e6543 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Wed, 25 Sep 2024 17:45:49 +0200 Subject: [PATCH] va: Add VA_PICTURE_H264_NON_EXISTING flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This flag indicates that the picture is marked as “non-existing” (spec section 8.2.5.2) Signed-off-by: David Rosca --- va/va.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/va/va.h b/va/va.h index 928703ee4..508c84b25 100644 --- a/va/va.h +++ b/va/va.h @@ -3585,6 +3585,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 */ /*