From 1b1ee6fc8b5229feb5597c9fef410bfe2896b789 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Wed, 8 Jul 2009 07:58:11 +0000 Subject: [PATCH] Add new bit to signal VC-1 skipped P-frames. Signed-off-by: Austin Yuan --- src/va.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.7.4