Commit a8fafa89 authored by Mickaël Raulet's avatar Mickaël Raulet Committed by Michael Niedermayer

hevc: cleaning disable field in deblocking filter(cherry picked from commit...

hevc: cleaning disable field in deblocking filter(cherry picked from commit 7dd7a27ae850a51b3c9cd07046c422677398f6d5)
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 19128420
......@@ -1736,7 +1736,6 @@ static int hls_slice_data(HEVCContext *s)
hls_sao_param(s, x_ctb >> s->sps->log2_ctb_size, y_ctb >> s->sps->log2_ctb_size);
s->deblock[ctb_addr_rs].disable = s->sh.disable_deblocking_filter_flag;
s->deblock[ctb_addr_rs].beta_offset = s->sh.beta_offset;
s->deblock[ctb_addr_rs].tc_offset = s->sh.tc_offset;
s->filter_slice_edges[ctb_addr_rs] = s->sh.slice_loop_filter_across_slices_enabled_flag;
......
......@@ -669,7 +669,6 @@ typedef struct SAOParams {
} SAOParams;
typedef struct DBParams {
uint8_t disable;
int beta_offset;
int tc_offset;
} DBParams;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment