mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-07 18:11:02 +08:00
fix[h265e_slice]: fix compilation warning
Change-Id: Ic21ffe6c438ef8e77aa3d8b9173af482a0689d36 Signed-off-by: xiaoxu.chen <xiaoxu.chen@rock-chips.com>
This commit is contained in:
@@ -367,7 +367,7 @@ void h265e_code_slice_header(H265eSlice *slice, MppWriteCtx *bitIf,
|
||||
mpp_writer_put_ue(bitIf, slice->m_ppsId);
|
||||
|
||||
if (slice_segment_addr != 0) {
|
||||
while (max_ctu_num > (1 << slice_address_addr_bits)) {
|
||||
while (max_ctu_num > (RK_U32)(1 << slice_address_addr_bits)) {
|
||||
slice_address_addr_bits++;
|
||||
}
|
||||
//slice_segment_address
|
||||
|
Reference in New Issue
Block a user