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 3D7BA4671A for ; Thu, 15 Jun 2023 19:36:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1683968C578; Thu, 15 Jun 2023 22:36:12 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [72.14.183.176]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CDA0D68C2D1 for ; Thu, 15 Jun 2023 22:36:05 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=overt.org; s=mail; t=1686857764; bh=hmTjOfuEgqqQwzQ6a/XvqZl/pvpHtUws/zS9GEgBYJk=; h=Date:From:To:Subject:In-Reply-To:References:From; b=i/zJnwnoIc8N6KEiPQnh3WBWTMpSlU4Owpa2mAFYGdG6taE/NtPJ/oukdV8j9QgIs oWChXMvOwVepRrOzHyM0BoufjwbC9MvmxCO4JjYDrM/W+/Nw3PZ4zul0CHfiCGPzRw YiwxHioYvO02spAugkP76n/enaRiWFJHg7pwy5GDE5K69SINnuuOrJlOCy8JwO/U6G 1f6kaeBRwq1nZwbs3An8afz7eGOO0E7GYVMijpCi8GoYQhc7mtu0xUl1EjP/zWaSul eIjT9IBYEvLK2O64CGtRZ9vtQHCZ95F5I3PU+QtNbecSIhhOJjXKtf6HoOgDQ0HPel K1IDMV2x6/JJQ== Received: from authenticated-user (mail.overt.org [72.14.183.176]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id CCD916098D for ; Thu, 15 Jun 2023 14:35:59 -0500 (CDT) Date: Thu, 15 Jun 2023 12:35:57 -0700 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20230615123557.44df0351@fido7> In-Reply-To: <20230615030436.358664-1-philipl@overt.org> References: <20230615030436.358664-1-philipl@overt.org> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_yadif_cuda: remove unnecessary private struct fields 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 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: On Wed, 14 Jun 2023 20:04:35 -0700 Philip Langdale wrote: > I'm not sure why I originally did this, but there's no good reason to > put pointers to the cuda context and stream in the priv struct. They > are directly available in the device context that is already being > stored there. > > Signed-off-by: Philip Langdale pushed. --phil _______________________________________________ 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".