[FFmpeg-cvslog] avcodec/vvc/ctu: Remove dead ret check

Michael Niedermayer git at videolan.org
Tue Jul 2 23:01:07 EEST 2024


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun May 19 01:17:05 2024 +0200| [97ae47f9e928f6163dfbfbe30415c253ae8780bb] | committer: Michael Niedermayer

avcodec/vvc/ctu: Remove dead ret check

Fixes: CID1560040 Logically dead code

Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97ae47f9e928f6163dfbfbe30415c253ae8780bb
---

 libavcodec/vvc/ctu.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/vvc/ctu.c b/libavcodec/vvc/ctu.c
index bd0be2d821..8dd6ea77cd 100644
--- a/libavcodec/vvc/ctu.c
+++ b/libavcodec/vvc/ctu.c
@@ -1878,8 +1878,6 @@ static int hls_coding_unit(VVCLocalContext *lc, int x0, int y0, int cb_width, in
         cu->lfnst_idx = lfnst_idx_decode(lc);
         cu->mts_idx = mts_idx_decode(lc);
         set_qp_c(lc);
-        if (ret < 0)
-            return ret;
     } else {
         ret = skipped_transform_tree_unit(lc);
         if (ret < 0)



More information about the ffmpeg-cvslog mailing list