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:
@@ -34,7 +34,7 @@
|
|||||||
// Constants
|
// 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 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 TAP_MAGIC "\x1F\x54\x53\x56\x4D\x54\x41\x50" // "\x1FTSVMTAP" (still picture)
|
||||||
#define MAX_PATH 4096
|
#define MAX_PATH 4096
|
||||||
|
|||||||
@@ -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);
|
WRITE_KV_UINT64("CDAT", cli->creation_time_us);
|
||||||
|
|
||||||
// VNDR: Encoder name and version
|
// 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));
|
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