hardware/intel/common/libva
修订版 | 4ba33717a4f3aafaec8ed6c21e85db2987d67276 (tree) |
---|---|
时间 | 2017-09-27 13:48:16 |
作者 | Xiang, Haihao <haihao.xiang@inte...> |
Commiter | Xiang, Haihao |
dec/VC1: Update the comment for b_picture_fraction
b_picture_fraction is used as an index in practice, so I updated the
comments to reduce the confusion to user
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
@@ -1877,7 +1877,7 @@ typedef struct _VAPictureParameterBufferVC1 | ||
1877 | 1877 | unsigned int value; |
1878 | 1878 | } range_mapping_fields; |
1879 | 1879 | |
1880 | - unsigned char b_picture_fraction; /* PICTURE_LAYER::BFRACTION */ | |
1880 | + unsigned char b_picture_fraction; /* Index for PICTURE_LAYER::BFRACTION value in Table 40 (7.1.1.14) */ | |
1881 | 1881 | unsigned char cbp_table; /* PICTURE_LAYER::CBPTAB/ICBPTAB */ |
1882 | 1882 | unsigned char mb_mode_table; /* PICTURE_LAYER::MBMODETAB */ |
1883 | 1883 | unsigned char range_reduction_frame;/* PICTURE_LAYER::RANGEREDFRM */ |