Fixes #10887
---
libavcodec/hevc/hevcdec.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/libavcodec/hevc/hevcdec.c b/libavcodec/hevc/hevcdec.c
index 993349b678..df68e0b626 100644
--- a/libavcodec/hevc/hevcdec.c
+++ b/libavcodec/hevc/hevcdec.c
@@ -2629,6 +2629,11 @@ static int hls_decode_entry_wpp(AVCodecContext *avctx,
void *hevc_lclist,
goto error;
hls_sao_param(lc, l, pps, sps,
x_ctb >> sps->log2_ctb_size, y_ctb >>
sps->log2_ctb_size);
+
+ l->deblock[ctb_addr_rs].beta_offset = s->sh.beta_offset;
+ l->deblock[ctb_addr_rs].tc_offset = s->sh.tc_offset;
+ l->filter_slice_edges[ctb_addr_rs] =
s->sh.slice_loop_filter_across_slices_enabled_flag;
+
more_data = hls_coding_quadtree(lc, l, pps, sps, x_ctb, y_ctb,
sps->log2_ctb_size, 0);
if (more_data < 0) {
--
2.43.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".