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 bb8a9eb commit 88dc763Copy full SHA for 88dc763
va/va.h
@@ -3585,6 +3585,11 @@ typedef struct _VAPictureH264 {
3585
#define VA_PICTURE_H264_BOTTOM_FIELD 0x00000004
3586
#define VA_PICTURE_H264_SHORT_TERM_REFERENCE 0x00000008
3587
#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
3593
3594
/** H.264 Picture Parameter Buffer */
3595
/*
0 commit comments