We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0115352 commit 912cb10Copy full SHA for 912cb10
va/va.h
@@ -3584,6 +3584,11 @@ typedef struct _VAPictureH264 {
3584
#define VA_PICTURE_H264_BOTTOM_FIELD 0x00000004
3585
#define VA_PICTURE_H264_SHORT_TERM_REFERENCE 0x00000008
3586
#define VA_PICTURE_H264_LONG_TERM_REFERENCE 0x00000010
3587
+/** \brief Non existing picture
3588
+ * This flag indicates that the picture is marked
3589
+ * as “non-existing” (spec section 8.2.5.2)
3590
+ */
3591
+#define VA_PICTURE_H264_NON_EXISTING 0x00000020
3592
3593
/** H.264 Picture Parameter Buffer */
3594
/*
0 commit comments