On Sun, Jan 17, 2016 at 05:35:36PM +, Mark Thompson wrote:
[...]
> +static int vaapi_retrieve_data(AVCodecContext *avctx, AVFrame *input_frame)
> +{
> +InputStream *ist = avctx->opaque;
> +VAAPIDecoderContext *ctx = ist->hwaccel_ctx;
> +AVVAAPISurfaceConfig *output = &ctx->output;
>
From 390d4fdacbc2954489f6baa44190e7bf2f2621cc Mon Sep 17 00:00:00 2001
From: Mark Thompson
Date: Sun, 17 Jan 2016 15:55:32 +
Subject: [PATCH 2/5] ffmpeg: hwaccel helper for VAAPI decode
---
Makefile | 1 +
ffmpeg.h | 2 +
ffmpeg_opt.c | 3 +
ffmpeg_vaapi.c | 523
+++