summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-07-08 07:58:11 +0000
committerAustin Yuan <shengquan.yuan@intel.com>2009-09-01 06:23:28 +0800
commit1b1ee6fc8b5229feb5597c9fef410bfe2896b789 (patch)
tree0c40f04d0bcb49ed9dbfbbdd9548bf055ff84cbe
parent2d8818a45c9358f399ef234ea618f57c933a623a (diff)
downloadlibva-1b1ee6fc8b5229feb5597c9fef410bfe2896b789.tar.gz
Add new bit to signal VC-1 skipped P-frames.
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-rw-r--r--src/va.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/va.h b/src/va.h
index 2d4b64b..4dc2004 100644
--- a/src/va.h
+++ b/src/va.h
@@ -771,7 +771,7 @@ typedef struct _VAPictureParameterBufferVC1
unsigned char luma_shift; /* PICTURE_LAYER::LUMSHIFT */
union {
struct {
- unsigned char picture_type : 2; /* PICTURE_LAYER::PTYPE */
+ unsigned char picture_type : 3; /* PICTURE_LAYER::PTYPE */
unsigned char frame_coding_mode : 3; /* PICTURE_LAYER::FCM */
unsigned char top_field_first : 1; /* PICTURE_LAYER::TFF */
unsigned char is_first_field : 1; /* set to 1 if it is the first field */