fill eas3 auxiliary information in cmdl tool compression
This commit is contained in:
parent
9167ec48f3
commit
55ad00d6c5
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue