tav: vendor string update

This commit is contained in:
minjaesong
2025-12-30 09:36:19 +09:00
parent 86b44565e0
commit b10d5d3a34
2 changed files with 2 additions and 2 deletions

View File

@@ -821,7 +821,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 20251217 (reference)";
const char *vendor_str = "Encoder-TAV 20251230 (reference)";
WRITE_KV_BYTES("VNDR", vendor_str, strlen(vendor_str));
// FMPG: FFmpeg version (if available)