From 6add391d077e872780b907dcf5bcf8e63ca2fb0d Mon Sep 17 00:00:00 2001 From: minjaesong Date: Tue, 11 Nov 2025 14:52:33 +0900 Subject: [PATCH] TAV encoder: vendor string update --- video_encoder/decoder_tad.c | 4 ---- video_encoder/encoder_tav.c | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/video_encoder/decoder_tad.c b/video_encoder/decoder_tad.c index 80f20f4..471cf79 100644 --- a/video_encoder/decoder_tad.c +++ b/video_encoder/decoder_tad.c @@ -10,8 +10,6 @@ #include #include "encoder_tad.h" -#define DECODER_VENDOR_STRING "Decoder-TAD 20251026" - // TAD format constants (must match encoder) #undef TAD32_COEFF_SCALARS @@ -999,7 +997,6 @@ static void print_usage(const char *prog_name) { printf(" --raw-pcm Output raw PCMu8 instead of WAV file\n"); printf(" -v Verbose output\n"); printf(" -h, --help Show this help\n"); - printf("\nVersion: %s\n", DECODER_VENDOR_STRING); printf("Default output: WAV file (8-bit unsigned PCM, stereo @ 32000 Hz)\n"); printf("With --raw-pcm: PCMu8 raw file (8-bit unsigned stereo @ 32000 Hz)\n"); } @@ -1088,7 +1085,6 @@ int main(int argc, char *argv[]) { } if (verbose) { - printf("%s\n", DECODER_VENDOR_STRING); printf("Input: %s\n", input_file); printf("Output: %s\n", output_file); } diff --git a/video_encoder/encoder_tav.c b/video_encoder/encoder_tav.c index 759c04a..e11507d 100644 --- a/video_encoder/encoder_tav.c +++ b/video_encoder/encoder_tav.c @@ -18,7 +18,7 @@ #include #include -#define ENCODER_VENDOR_STRING "Encoder-TAV 20251106 (3d-dwt,tad,ssf-tc)" +#define ENCODER_VENDOR_STRING "Encoder-TAV 20251111 (3d-dwt,tad,ssf-tc)" // TSVM Advanced Video (TAV) format constants #define TAV_MAGIC "\x1F\x54\x53\x56\x4D\x54\x41\x56" // "\x1FTSVM TAV"