summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2010-11-04 18:03:21 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2010-11-04 18:03:21 +0800
commit6ee08ba8c29e6602cede2488baacbab56544e062 (patch)
tree7bb207851cd670ec5784339c516c4160103dc60e
parent9f930cb3dabfe9e175c16d70080a377af9992ebf (diff)
parent49856bab38476f17d850220e83d792b027ca87ac (diff)
downloadlibva-6ee08ba8c29e6602cede2488baacbab56544e062.tar.gz
Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva
-rw-r--r--va/va.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index 7f24a85..a5bcd52 100644
--- a/va/va.h
+++ b/va/va.h
@@ -1310,10 +1310,12 @@ VAStatus vaBufferSetNumElements (
* enough for the encoder to attempt to limit its size.
* SLICE_OVERFLOW(bit9): At least one slice in the current frame has
* exceeded the maximum slice size specified.
+ * BITRATE_OVERFLOW(bit10): The peak bitrate was exceeded for this frame.
*/
#define VA_CODED_BUF_STATUS_PICTURE_AVE_QP_MASK 0xff
#define VA_CODED_BUF_STATUS_LARGE_SLICE_MASK 0x100
#define VA_CODED_BUF_STATUS_SLICE_OVERFLOW_MASK 0x200
+#define VA_CODED_BUF_STATUS_BITRATE_OVERFLOW 0x400
/*
* device independent data structure for codedbuffer