mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
tav: vendor string update
This commit is contained in:
@@ -825,7 +825,7 @@ static long write_extended_header(cli_context_t *cli, int width, int height) {
|
|||||||
WRITE_KV_UINT64("CDAT", cli->creation_time_us);
|
WRITE_KV_UINT64("CDAT", cli->creation_time_us);
|
||||||
|
|
||||||
// VNDR: Encoder name and version
|
// VNDR: Encoder name and version
|
||||||
const char *vendor_str = "Encoder-TAV 20251230 (reference)";
|
const char *vendor_str = "Encoder-TAV 20260121 (reference)";
|
||||||
WRITE_KV_BYTES("VNDR", vendor_str, strlen(vendor_str));
|
WRITE_KV_BYTES("VNDR", vendor_str, strlen(vendor_str));
|
||||||
|
|
||||||
// FMPG: FFmpeg version (if available)
|
// FMPG: FFmpeg version (if available)
|
||||||
|
|||||||
Reference in New Issue
Block a user