mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 11:24:05 +00:00
Added newline after printing of real video frame size
This commit is contained in:
parent
c7e4861dbf
commit
9a4b0d2cc7
|
@ -210,7 +210,7 @@ int main(int argc, char *argv[])
|
|||
init_encoder_input(&encoder->in, input, cfg->width, cfg->height);
|
||||
|
||||
printf("Input: %s, output: %s\n", cfg->input, cfg->output);
|
||||
printf(" Video size: %dx%d\n (%dx%d)",
|
||||
printf(" Video size: %dx%d\n (%dx%d)\n",
|
||||
encoder->in.width, encoder->in.height,
|
||||
encoder->in.real_width, encoder->in.real_height);
|
||||
|
||||
|
|
Loading…
Reference in a new issue