mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Fix debug code
This commit is contained in:
parent
b255133460
commit
fba4f5432a
|
@ -393,7 +393,7 @@ void encoder_control_input_init(encoder_control * const encoder,
|
|||
|
||||
|
||||
#ifdef _DEBUG
|
||||
if (width != i_width || height != i_height) {
|
||||
if (width != encoder->in.width || height != encoder->in.height) {
|
||||
printf("Picture buffer has been extended to be a multiple of the smallest block size:\r\n");
|
||||
printf(" Width = %d (%d), Height = %d (%d)\r\n", width, encoder->in.width, height,
|
||||
encoder->in.height);
|
||||
|
|
Loading…
Reference in a new issue