From 6cff1a49d2b124266f8da41065c471d80cdd32e2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 17 May 2023 18:49:16 +0200 Subject: Fix all warnings --- src/capture/xcomposite_cuda.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/capture/xcomposite_cuda.c') diff --git a/src/capture/xcomposite_cuda.c b/src/capture/xcomposite_cuda.c index f40f9d2..d6fc10b 100644 --- a/src/capture/xcomposite_cuda.c +++ b/src/capture/xcomposite_cuda.c @@ -477,7 +477,6 @@ static int gsr_capture_xcomposite_cuda_capture(gsr_capture *cap, AVFrame *frame) } static void gsr_capture_xcomposite_cuda_destroy(gsr_capture *cap, AVCodecContext *video_codec_context) { - gsr_capture_xcomposite_cuda *cap_xcomp = cap->priv; if(cap->priv) { gsr_capture_xcomposite_cuda_stop(cap, video_codec_context); free(cap->priv); -- cgit v1.2.3