[Libva] [PATCH 4/5] API: backend: add VA display types.

Gwenole Beauchesne gb.devel at gmail.com
Fri Jul 6 09:13:40 PDT 2012


2012/7/5 Xiang, Haihao <haihao.xiang at intel.com>:

>> @@ -461,7 +474,10 @@ struct VADriverContext
>>       */
>>      struct VADriverVTableVPP *vtable_vpp;
>>
>> -    unsigned long reserved[44];         /* reserve for future add-ins, decrease the subscript accordingly */
>> +    /** \brief VA display type. */
>> +    unsigned int        display_type;
>
> use 'unsigned long' to avoid compatible issue on 64 bits OS.

Done. Thanks.


More information about the Libva mailing list