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-07-08 17:06:31 +0800
commit1bfb0d72d8823dc0a30f0c7957ef399fe7d4bf6d (patch)
tree8a6ae0121ef925224bf48897925b2772c4ef7483
parente963f7d27ef5ac7303e5dc9b5a9e3c5766ae0097 (diff)
downloadlibva-1bfb0d72d8823dc0a30f0c7957ef399fe7d4bf6d.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 19a6597..00f823f 100644
--- a/src/va.h
+++ b/src/va.h
@@ -762,7 +762,7 @@ typedef struct _VAPictureParameterBufferVC1
unsigned char luma_shift; /* PICTURE_LAYER::LUMSHIFT */
union {
struct {
- unsigned int picture_type : 2; /* PICTURE_LAYER::PTYPE */
+ unsigned int picture_type : 3; /* PICTURE_LAYER::PTYPE */
unsigned int frame_coding_mode : 3; /* PICTURE_LAYER::FCM */
unsigned int top_field_first : 1; /* PICTURE_LAYER::TFF */
unsigned int is_first_field : 1; /* set to 1 if it is the first field */