diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-07-08 07:58:11 +0000 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-09-01 06:23:28 +0800 |
commit | 1b1ee6fc8b5229feb5597c9fef410bfe2896b789 (patch) | |
tree | 0c40f04d0bcb49ed9dbfbbdd9548bf055ff84cbe /src | |
parent | 2d8818a45c9358f399ef234ea618f57c933a623a (diff) | |
download | libva-1b1ee6fc8b5229feb5597c9fef410bfe2896b789.tar.gz |
Add new bit to signal VC-1 skipped P-frames.
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/va.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |