Commit 67c65e46 authored by Mark Thompson's avatar Mark Thompson Committed by Diego Biurrun

vf_hwupload_cuda: Fix build error

Broken by e3fb74f7.
Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 13fcdfb9
......@@ -151,7 +151,7 @@ static int cudaupload_config_output(AVFilterLink *outlink)
static int cudaupload_filter_frame(AVFilterLink *link, AVFrame *in)
{
AVFilterContext *ctx = link->dst;
CudaUploadContext *s = ctx->priv;
AVFilterLink *outlink = ctx->outputs[0];
AVFrame *out = NULL;
int ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment