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

Git pushed a commit to branch master
in repository ffmpeg.

commit 324fd0bc4680296ab3ebef749bae2f54a10bbac3
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Fri Feb 20 19:51:42 2026 +0100
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sat Feb 21 12:48:50 2026 +0100

    avcodec/vvc/inter: Remove redundant variable, fix shadowing
    
    Reviewed-by: Frank Plowman <[email protected]>
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/vvc/inter.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/vvc/inter.c b/libavcodec/vvc/inter.c
index 98997837ae..c259414f56 100644
--- a/libavcodec/vvc/inter.c
+++ b/libavcodec/vvc/inter.c
@@ -235,7 +235,6 @@ static int derive_weight(int *denom, int *w0, int *w1, int 
*o0, int *o1,
         *w0 = 8 - *w1;
         *o0 = *o1 = 0;
     } else {
-        const VVCPPS *pps        = fc->ps.pps;
         const PredWeightTable *w = pps->r->pps_wp_info_in_ph_flag ? 
&fc->ps.ph.pwt : &sh->pwt;
 
         *denom = w->log2_denom[c_idx > 0];

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

Reply via email to