mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-28 03:34:06 +00:00
Fixed version string
This commit is contained in:
parent
e38109d102
commit
e84276f7f6
|
@ -562,8 +562,8 @@ static void encoder_state_write_bitstream_prefix_sei_version(encoder_state_t * c
|
|||
memcpy(buf, uuid, 16);
|
||||
|
||||
// user_data_payload_byte
|
||||
s += sprintf(s, "Kvazaar HEVC Encoder v. " VERSION_STRING " - "
|
||||
"Copyleft 2012-2015 - http://ultravideo.cs.tut.fi/ - options:");
|
||||
s += sprintf(s, "Kvazaar VVC Encoder v. " VERSION_STRING " - "
|
||||
"Copyleft 2018- - http://ultravideo.cs.tut.fi/ - options:");
|
||||
s += sprintf(s, " %dx%d", cfg->width, cfg->height);
|
||||
s += sprintf(s, " deblock=%d:%d:%d", cfg->deblock_enable,
|
||||
cfg->deblock_beta, cfg->deblock_tc);
|
||||
|
|
Loading…
Reference in a new issue