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

Timothy Gu timothygu99 at gmail.com
Sun Jan 31 02:02:12 CET 2016


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


More information about the ffmpeg-devel mailing list