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