[FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

Mark Thompson sw at jkqxz.net
Sun Jan 31 15:30:24 CET 2016


On 31/01/16 01:02, Timothy Gu wrote:
> On Sat, Jan 30, 2016 at 10:11:52PM +0000, Mark Thompson wrote:
>> +static AVClass vaapi_class = {
> 
> static const
> 
>> +    .class_name = "vaapi",
>> +    .item_name  = av_default_item_name,
>> +    .version    = LIBAVUTIL_VERSION_INT,
>> +};
>> +static AVClass *vaapi_log = &vaapi_class;
> 
> Ditto
> 
> Timothy

Fixed; thanks.


On 30/01/16 22:11, Mark Thompson wrote:
> ...
> +#ifndef LIBAVUTIL_VAAPI_H_
> +#define LIBAVUTIL_VAAPI_H_
> ...
> +#endif /* LIBAVUTIL_VAAPI_H_ */
>

No longer in libavutil; fixed.


- Mark



More information about the ffmpeg-devel mailing list