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

@@ -34,7 +34,7 @@
// Constants
// =============================================================================
#define DECODER_VENDOR_STRING "Decoder-TAV 20251207 (libtavdec)"
#define DECODER_VENDOR_STRING "Decoder-TAV 20251223 (reference)"
#define TAV_MAGIC "\x1F\x54\x53\x56\x4D\x54\x41\x56" // "\x1FTSVMTAV"
#define TAP_MAGIC "\x1F\x54\x53\x56\x4D\x54\x41\x50" // "\x1FTSVMTAP" (still picture)
#define MAX_PATH 4096

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)