OSDN Git Service

Add the comment for framerate in VAEncMiscParameterFrameRate
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 6 Sep 2016 13:25:28 +0000 (21:25 +0800)
committerSean V Kelley <seanvk@posteo.de>
Tue, 13 Sep 2016 22:26:19 +0000 (15:26 -0700)
commit1ca62cedd41ed2061c3a9ddafadc59a4692a07c9
treed9b0f178cb3007e8057a25b8a4d93ae453ca45bd
parentd12fc9823f3c09a834a071c2327ef8f9c1352649
Add the comment for framerate in VAEncMiscParameterFrameRate

To express a frame rate, such as 7.5, we have to use 'numerator / denominator'.
The high 2 bytes will be used as denominator and the low 2 bytes will be used
as numerator.

To keep backward compatible, the low 2 bytes is the real frame rate when the high
2 bytes is 0.

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Reviewed-by: Sean V Kelley <seanvk@posteo.de>
va/va.h