mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_(bwdif|yadif)_cuda: Remove unused variables
Forgotten in 268062fa15
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
80666fdd2f
commit
b84d286ac7
|
@ -199,7 +199,6 @@ static av_cold void deint_cuda_uninit(AVFilterContext *ctx)
|
|||
{
|
||||
CUcontext dummy;
|
||||
DeintCUDAContext *s = ctx->priv;
|
||||
YADIFContext *y = &s->yadif;
|
||||
|
||||
if (s->hwctx && s->cu_module) {
|
||||
CudaFunctions *cu = s->hwctx->internal->cuda_dl;
|
||||
|
|
|
@ -191,7 +191,6 @@ static av_cold void deint_cuda_uninit(AVFilterContext *ctx)
|
|||
{
|
||||
CUcontext dummy;
|
||||
DeintCUDAContext *s = ctx->priv;
|
||||
YADIFContext *y = &s->yadif;
|
||||
|
||||
if (s->hwctx && s->cu_module) {
|
||||
CudaFunctions *cu = s->hwctx->internal->cuda_dl;
|
||||
|
|
Loading…
Reference in New Issue