[Libva] [Libva-intel-driver][PATCH 3/3] Decoding: Export the normal slice mode for decoding
Zhao Yakui
yakui.zhao at intel.com
Mon Aug 24 22:34:22 PDT 2015
On 08/25/2015 01:24 PM, Xiang, Haihao wrote:
>
> LGTM
>
Thanks for the review
Now the patch is pushed.
Thanks
Yakui
> Thanks
> Haihao
>
>> Signed-off-by: Zhao Yakui<yakui.zhao at intel.com>
>> ---
>> src/i965_drv_video.c | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
>> index 8408413..52be6ff 100644
>> --- a/src/i965_drv_video.c
>> +++ b/src/i965_drv_video.c
>> @@ -786,6 +786,10 @@ i965_GetConfigAttributes(VADriverContextP ctx,
>> }
>> break;
>>
>> + case VAConfigAttribDecSliceMode:
>> + attrib_list[i].value = VA_DEC_SLICE_MODE_NORMAL;
>> + break;
>> +
>> default:
>> /* Do nothing */
>> attrib_list[i].value = VA_ATTRIB_NOT_SUPPORTED;
>
>
More information about the Libva
mailing list