This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 01f29e05d32d190318ea1915e4b29a6478fb8358
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Jun 23 23:28:56 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sat Jun 27 00:06:08 2026 +0200

    avcodec/hevc/dsp: Fix epel_bi_w parameter names
    
    It uses the same order as qpel_bi_w.
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/hevc/dsp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/hevc/dsp.h b/libavcodec/hevc/dsp.h
index b884cd36be..cfd43e753e 100644
--- a/libavcodec/hevc/dsp.h
+++ b/libavcodec/hevc/dsp.h
@@ -97,7 +97,7 @@ typedef struct HEVCDSPContext {
                                        int height, intptr_t mx, intptr_t my, 
int width);
     void (*put_hevc_epel_bi_w[10][2][2])(uint8_t *dst, ptrdiff_t dststride,
                                          const uint8_t *_src, ptrdiff_t 
_srcstride, const int16_t *src2,
-                                         int height, int denom, int wx0, int 
ox0, int wx1,
+                                         int height, int denom, int wx0, int 
wx1, int ox0,
                                          int ox1, intptr_t mx, intptr_t my, 
int width);
 
     void (*hevc_h_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride,

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to