[FFmpeg-cvslog] avcodec/vc1dsp: Fix vc1op_pixels_func semantics
Andreas Rheinhardt
git at videolan.org
Mon Jun 2 14:53:48 EEST 2025
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri May 30 14:56:57 2025 +0200| [93e53e253a5b723db18cf3c804569191cb1d610a] | committer: Andreas Rheinhardt
avcodec/vc1dsp: Fix vc1op_pixels_func semantics
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93e53e253a5b723db18cf3c804569191cb1d610a
---
libavcodec/vc1dsp.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavcodec/vc1dsp.h b/libavcodec/vc1dsp.h
index e3b90d2b62..b018537af3 100644
--- a/libavcodec/vc1dsp.h
+++ b/libavcodec/vc1dsp.h
@@ -30,7 +30,9 @@
#include "hpeldsp.h"
#include "h264chroma.h"
-typedef void (*vc1op_pixels_func)(uint8_t *block/*align width (8 or 16)*/, const uint8_t *pixels/*align 1*/, ptrdiff_t line_size, int h);
+typedef void (*vc1op_pixels_func)(uint8_t *block/*align width (8 or 16)*/,
+ const uint8_t *pixels/*align 1*/,
+ ptrdiff_t line_size, int round);
typedef struct VC1DSPContext {
/* vc1 functions */
More information about the ffmpeg-cvslog
mailing list