From 55ad00d6c5fdb33d17008dc3484e2b5be9d81cd1 Mon Sep 17 00:00:00 2001 From: Gregor Weiss Date: Tue, 5 Nov 2024 11:10:00 +0100 Subject: [PATCH] fill eas3 auxiliary information in cmdl tool compression --- src/tools/bwccmdl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/bwccmdl.c b/src/tools/bwccmdl.c index cf7a4cc..38de588 100644 --- a/src/tools/bwccmdl.c +++ b/src/tools/bwccmdl.c @@ -1416,6 +1416,8 @@ int main(int argc, char *argv[]) printf("%s", cli_verbose); } + bwc_set_aux(stream, (char*)data->aux.ptr, data->aux.len); + /* Initialize the rate control string according to the * * specified bit rate/compression ratio. */ if (bwc_create_compression(coder, stream, rate) == EXIT_FAILURE)