mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avcodec/vvc/ctu: Remove dead ret check
Fixes: CID1560040 Logically dead code Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
d22a33710a
commit
97ae47f9e9
@ -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->lfnst_idx = lfnst_idx_decode(lc);
|
||||||
cu->mts_idx = mts_idx_decode(lc);
|
cu->mts_idx = mts_idx_decode(lc);
|
||||||
set_qp_c(lc);
|
set_qp_c(lc);
|
||||||
if (ret < 0)
|
|
||||||
return ret;
|
|
||||||
} else {
|
} else {
|
||||||
ret = skipped_transform_tree_unit(lc);
|
ret = skipped_transform_tree_unit(lc);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user