summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/va.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index feac5f1..1476da9 100644
--- a/va/va.h
+++ b/va/va.h
@@ -275,6 +275,8 @@ typedef enum
VAConfigAttribRateControl = 5,
VAConfigAttribEncPackedHeaders = 6, /**< Packed headers mode. */
VAConfigAttribEncInterlaced = 7, /**< Interlaced mode. */
+ /** \brief Max number of reference frames (read-only). */
+ VAConfigAttribEncMaxRefFrames = 8,
} VAConfigAttribType;
/*