From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id C2A82462BE for ; Thu, 11 May 2023 17:12:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E0F3F68C0C8; Thu, 11 May 2023 20:12:26 +0300 (EEST) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 90F1568C087 for ; Thu, 11 May 2023 20:12:20 +0300 (EEST) Received: by mail-qk1-f181.google.com with SMTP id af79cd13be357-75774360e46so281403185a.2 for ; Thu, 11 May 2023 10:12:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ltnglobal-com.20221208.gappssmtp.com; s=20221208; t=1683825139; x=1686417139; h=message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=00YUFxBKbvO+sFAN7w0XYpWnKXEFZhCabn66GiY1hv4=; b=0bJpHrTLzv6v7jIWKchTceZ11dpAlbf37RCMPNOsSmMIPKulHDOIQkjJwweUKuUMQw DXKaAx8uUnySOmFJdQtYGuVR3b0aSklPnuMip9KYNOz56pmLqtVN53lL/GIcfIxcQdR+ lIN9LybFGgbeuDJNiN/vtVktPLy2ud5i5P1AQc8tIQo8j+6HBhzK33+AMD3cGnTPudnW QhJ1g3JPq7oG5YNyEyslmhd4IvG88EdI5YSplywGXZ5c/Xjqoqlb/OoMwFqJ5f5C2ET0 sHCbds1UldMI384bdSyOs3OQ4/arlv9ZVse/joPKY9WOBJnaxLV3pvdO7i34n9r4mfuW Hm9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683825139; x=1686417139; h=message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=00YUFxBKbvO+sFAN7w0XYpWnKXEFZhCabn66GiY1hv4=; b=Hi01YkNDZb2nNRs3pOaEQ/1sGxUpkwoDSzYKPkY4KKfCTEwoAexcA/Ux5L6r8YjGPK 5g6OYBPJ3CIAcOAwFZ5zVn3yBhygBNCC2IQGpXIrDsD65RQUnVsGLtyB7a+O62rmCFm7 RdLhpwLL+VQwlNdw4I1U1AUmZ9e0OEpoeLmYAhcqDD9aGdzyoHlYSgE17Pu1aABznsY6 pKd0ldHKwBK3IlyD9CfzmFaZIvfMX/n5STkgn5Msw5elxPxTqbV4a8llCY/QcIaQ16XZ dxngqm+DKFW77pZMbVVu1bmw1kqqzJGKFAefaeh4sncrSysmEAGdxJMQ4tu0E53EIaRF SWXA== X-Gm-Message-State: AC+VfDzxot0YxzEuW/Tmtr5OOBLgiKYmOU9AHvvZJiga2v/yi7ewzdnt SUIgL1Hv3B51ZZCcZeaT/WlWKJtUdfQxiqi6/nI= X-Google-Smtp-Source: ACHHUZ4kl4AT0X7mFLiTY/kmXoNOep5Vpq/kFPHFnFfEqMD8fwt8rppyGGK7kwl4NE8bs6IlfSf3XQ== X-Received: by 2002:a05:6214:f27:b0:5ef:422c:be7f with SMTP id iw7-20020a0562140f2700b005ef422cbe7fmr36200858qvb.12.1683825138974; Thu, 11 May 2023 10:12:18 -0700 (PDT) Received: from ltnt-nyc-580testdevin.livetimenet.com (pool-71-105-132-214.nycmny.fios.verizon.net. [71.105.132.214]) by smtp.gmail.com with ESMTPSA id jy13-20020a0562142b4d00b005dd8b9345dbsm2404312qvb.115.2023.05.11.10.12.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 May 2023 10:12:18 -0700 (PDT) From: Devin Heitmueller X-Google-Original-From: Devin Heitmueller To: ffmpeg-devel@ffmpeg.org Date: Thu, 11 May 2023 14:08:08 -0400 Message-Id: <1683828488-9675-1-git-send-email-dheitmueller@ltnglobal.com> X-Mailer: git-send-email 1.8.3.1 Subject: [FFmpeg-devel] [PATCH] libavfilter/yadif_cuda: Fix build breakage X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Devin Heitmueller MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Address build breakage caused by my latest series when compiling with CUDA support. Thanks to Paul Mahol for pointing it out. Signed-off-by: Devin Heitmueller --- libavfilter/vf_yadif_cuda.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_yadif_cuda.c b/libavfilter/vf_yadif_cuda.c index f3f0b56..73f0412 100644 --- a/libavfilter/vf_yadif_cuda.c +++ b/libavfilter/vf_yadif_cuda.c @@ -205,7 +205,7 @@ static av_cold void deint_cuda_uninit(AVFilterContext *ctx) av_frame_free(&y->prev); av_frame_free(&y->cur); av_frame_free(&y->next); - ff_cc_fifo_freep(&y->cc_fifo); + ff_ccfifo_freep(&y->cc_fifo); av_buffer_unref(&s->device_ref); s->hwctx = NULL; @@ -295,7 +295,7 @@ static int config_output(AVFilterLink *link) else link->frame_rate = ctx->inputs[0]->frame_rate; - if (!(s->cc_fifo = ff_cc_fifo_alloc(link->frame_rate, ctx))) { + if (!(y->cc_fifo = ff_ccfifo_alloc(link->frame_rate, ctx))) { av_log(ctx, AV_LOG_ERROR, "Failure to setup CC FIFO queue\n"); ret = AVERROR(ENOMEM); goto exit; -- 1.8.3.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".