mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Remove dead code
This commit is contained in:
parent
f890ffb1e5
commit
ef6ae3e723
|
@ -318,14 +318,6 @@ int encoder_control_init(encoder_control * const encoder, const config * const c
|
|||
}
|
||||
|
||||
encoder->wpp = encoder->cfg->wpp;
|
||||
|
||||
//FIXME: remove
|
||||
if (encoder->slice_count) {
|
||||
lcu_at_slice_start(encoder, 0);
|
||||
lcu_at_slice_end(encoder, 0);
|
||||
lcu_at_tile_start(encoder, 0);
|
||||
lcu_at_tile_end(encoder, 0);
|
||||
}
|
||||
|
||||
#ifdef _DEBUG
|
||||
printf("Tiles columns width:");
|
||||
|
|
Loading…
Reference in a new issue