From: Gwenole Beauchesne Date: Wed, 8 Jul 2009 07:58:11 +0000 (+0000) Subject: Add new bit to signal VC-1 skipped P-frames. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b1ee6fc8b5229feb5597c9fef410bfe2896b789;p=profile%2Fivi%2Flibva.git Add new bit to signal VC-1 skipped P-frames. Signed-off-by: Austin Yuan --- 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 */