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 2F0A344A6E for ; Fri, 13 Jan 2023 04:39:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 853AB68BBF1; Fri, 13 Jan 2023 06:39:01 +0200 (EET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B154968A4DB for ; Fri, 13 Jan 2023 06:38:54 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673584739; x=1705120739; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kRIPNjRqp5XV5kOzQxrZBX+uuB/MrLKnrdm5ActegEU=; b=Wvofo6GMDjqC1cpbwVcDyCnBQbSsZUrj4sOnZsvPaQN6Wibf7f6HUgbv 9rKpQjEGTq51hq5CVy3GHe13fjJHKddU2u38OHv2t4+OD9xX3hFw1O4+q AbHwCA8OeAO9XFfK4WAPADugxz9xo5E+plEThcOMN/6HFrQpNNYksHl6i uyOBtq3hsu29XkZOMuPVgyEhXP+qfj2cPfKGRONevyLRDoBJ+eDPV/1WS OB+MoYoUsvBZ4GT7QAtoLnVJhKbzEHDeOszgNTpjatGUDGTnrA2Ra2Dsd O4qwDla4d6NJAsjSyAB5Nd2r3qYGSVTG49YMsUta0AxZ5Z1MYeQ5g+M+r g==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="386259206" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="386259206" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 20:38:47 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="651400831" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="651400831" Received: from xhh-tgl64.sh.intel.com ([10.238.2.19]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 20:38:46 -0800 From: "Xiang, Haihao" To: ffmpeg-devel@ffmpeg.org Date: Fri, 13 Jan 2023 12:38:31 +0800 Message-Id: <20230113043831.2389116-2-haihao.xiang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230113043831.2389116-1-haihao.xiang@intel.com> References: <20230113043831.2389116-1-haihao.xiang@intel.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 2/2] lavfi/overlay_vaapi: remove unnecessary code 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: Haihao Xiang 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: From: Haihao Xiang VA-API filter is not required. Signed-off-by: Haihao Xiang --- libavfilter/vf_overlay_vaapi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavfilter/vf_overlay_vaapi.c b/libavfilter/vf_overlay_vaapi.c index 79cf66d068..16d1e0e211 100644 --- a/libavfilter/vf_overlay_vaapi.c +++ b/libavfilter/vf_overlay_vaapi.c @@ -208,9 +208,6 @@ static int overlay_vaapi_blend(FFFrameSync *fs) .height = output->height, }; - params[0].filters = &vpp_ctx->filter_buffers[0]; - params[0].num_filters = vpp_ctx->nb_filter_buffers; - params[0].output_region = &output_region; params[0].output_background_color = VAAPI_VPP_BACKGROUND_BLACK; -- 2.25.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".