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

Frank Plowman post at frankplowman.com
Sat Apr 20 20:17:16 EEST 2024


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 at frankplowman.com>
---
 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
-- 
2.44.0



More information about the ffmpeg-devel mailing list