mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Fixed leaf aligning
This commit is contained in:
parent
bbeb85f9ee
commit
1dc53be8fc
|
@ -851,7 +851,7 @@ void encoder_state_write_bitstream_leaf(encoder_state_t * const state) {
|
|||
cabac_flush(&state->cabac);
|
||||
} else {
|
||||
cabac_flush(&state->cabac);
|
||||
bitstream_align(&state->stream);
|
||||
bitstream_align_zero(&state->stream);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue