Skip to content
Snippets Groups Projects
Commit 67c65e46 authored by Mark Thompson's avatar Mark Thompson Committed by Diego Biurrun
Browse files

vf_hwupload_cuda: Fix build error


Broken by e3fb74f7.

Signed-off-by: default avatarDiego Biurrun <diego@biurrun.de>
parent 13fcdfb9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment