Commit b84d286a authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avfilter/vf_(bwdif|yadif)_cuda: Remove unused variables

Forgotten in 268062fa.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 80666fdd
...@@ -199,7 +199,6 @@ static av_cold void deint_cuda_uninit(AVFilterContext *ctx) ...@@ -199,7 +199,6 @@ static av_cold void deint_cuda_uninit(AVFilterContext *ctx)
{ {
CUcontext dummy; CUcontext dummy;
DeintCUDAContext *s = ctx->priv; DeintCUDAContext *s = ctx->priv;
YADIFContext *y = &s->yadif;
if (s->hwctx && s->cu_module) { if (s->hwctx && s->cu_module) {
CudaFunctions *cu = s->hwctx->internal->cuda_dl; CudaFunctions *cu = s->hwctx->internal->cuda_dl;
......
...@@ -191,7 +191,6 @@ static av_cold void deint_cuda_uninit(AVFilterContext *ctx) ...@@ -191,7 +191,6 @@ static av_cold void deint_cuda_uninit(AVFilterContext *ctx)
{ {
CUcontext dummy; CUcontext dummy;
DeintCUDAContext *s = ctx->priv; DeintCUDAContext *s = ctx->priv;
YADIFContext *y = &s->yadif;
if (s->hwctx && s->cu_module) { if (s->hwctx && s->cu_module) {
CudaFunctions *cu = s->hwctx->internal->cuda_dl; CudaFunctions *cu = s->hwctx->internal->cuda_dl;
......
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