diff mbox series

[FFmpeg-devel] lavc/videodsp: Remove emulated_edge_mc duplicate @param

Message ID 20240420171716.51944-1-post@frankplowman.com
State New
Headers show
Series [FFmpeg-devel] lavc/videodsp: Remove emulated_edge_mc duplicate @param | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Frank Plowman April 20, 2024, 5:17 p.m. UTC
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 <post@frankplowman.com>
---
 libavcodec/videodsp.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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