From patchwork Sat Apr 20 17:17:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Plowman X-Patchwork-Id: 48196 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a05:6a20:c906:b0:1a9:af23:56c1 with SMTP id gx6csp1350964pzb; Sat, 20 Apr 2024 10:17:41 -0700 (PDT) X-Forwarded-Encrypted: i=2; AJvYcCXcTrczWbHO1zOoaLVf0GOOGm1Q9ctso+CD+I8BPmhBH8FNydf4I2hWHwNsL725Vdbd09ZzByOINCjXtqWb9NEJslWfx/gNzNcleQ== X-Google-Smtp-Source: AGHT+IH6cN8smwUb62wKlWLhciMcbEh90AoOTZggLIH56aOvju2sBj5QDY27fSgSwGl4Nr8eNoPb X-Received: by 2002:a17:906:2e92:b0:a55:8200:c466 with SMTP id o18-20020a1709062e9200b00a558200c466mr3428703eji.39.1713633461659; Sat, 20 Apr 2024 10:17:41 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id n20-20020a170906379400b00a5590f6d076si1610556ejc.455.2024.04.20.10.17.40; Sat, 20 Apr 2024 10:17:41 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@frankplowman.com header.s=zmail header.b=THoqz+DT; arc=fail (body hash mismatch); spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CF66668D219; Sat, 20 Apr 2024 20:17:37 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from sender-op-o11.zoho.eu (sender-op-o11.zoho.eu [136.143.169.11]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7F00168D1A1 for ; Sat, 20 Apr 2024 20:17:30 +0300 (EEST) Delivered-To: post@frankplowman.com ARC-Seal: i=1; a=rsa-sha256; t=1713633447; cv=none; d=zohomail.eu; s=zohoarc; b=iMeaKMtUu5cvgMLtk0RvRTDMODyVsUDN8g0leH0HcApVOOto53yYoDBhBKeHPjX2dzQWOiraTrPzEYvDGWtRcvbew+0yHnQVosdC7mGgKc3ozzo7Upy8nfXpx6LeYS2yvQzpmGqCUxgQAdDgAEuDUjrw8U/pIokSgf0YqblASz8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1713633447; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:MIME-Version:Message-ID:Subject:Subject:To:To:Message-Id:Reply-To; bh=R0aWDu5GF2hSONc88bbNyRhbRlTjqH2/V0IxSBJuSRg=; b=M/xDcc14sHQVS1+7/Vcdx82YDLsgot82sHkSkGu645LkI9sHQp9w1NDbGDuJGykZEXctxpp2esKzf9nqRjF2UxFjzvkY5ZSaVX/AOROVDDZf0GP+SAlZz4HOmT6cvYQISGqI3RAuuhfQo5jDHcpiVk0kHoeGfsd6Krb9UF8ahvo= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=frankplowman.com; spf=pass smtp.mailfrom=post@frankplowman.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1713633447; s=zmail; d=frankplowman.com; i=post@frankplowman.com; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=R0aWDu5GF2hSONc88bbNyRhbRlTjqH2/V0IxSBJuSRg=; b=THoqz+DTQLQrklSnp9hdNZ/qxhmNF6ai3igJgAUAJKZZBf08IWQYbDCZcL+kCZdc ia3zLkR0N7hDQVhX/W5kwBsd7THzrPNyHn7u9n/4c8YnVSTnUfjC7FNj/7iUBFtRhh9 MFpTnNWUl5TzvMRxiLl+I3/e4lrPmtalIpMepXe0= Received: from localhost.localdomain (frankplowman.com [51.89.148.29]) by mx.zoho.eu with SMTPS id 1713633446009699.4666487095234; Sat, 20 Apr 2024 19:17:26 +0200 (CEST) From: Frank Plowman To: ffmpeg-devel@ffmpeg.org Date: Sat, 20 Apr 2024 18:17:16 +0100 Message-ID: <20240420171716.51944-1-post@frankplowman.com> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 X-ZohoMailClient: External Subject: [FFmpeg-devel] [PATCH] lavc/videodsp: Remove emulated_edge_mc duplicate @param 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: Frank Plowman Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: 07Fg2yruNOxm emulated_edge_mc has no parameter called dst_stride. The description is a duplicate of the description for dst_linesize. Signed-off-by: Frank Plowman --- libavcodec/videodsp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/videodsp.h b/libavcodec/videodsp.h index e8960b609d..d30c98b9ae 100644 --- a/libavcodec/videodsp.h +++ b/libavcodec/videodsp.h @@ -43,8 +43,6 @@ typedef struct VideoDSPContext { * the border samples. * * @param dst destination buffer - * @param dst_stride number of bytes between 2 vertically adjacent samples - * in destination buffer * @param src source buffer * @param dst_linesize number of bytes between 2 vertically adjacent * samples in the destination buffer