modify COMPRESSION_PRESET to 5
This commit is contained in:
parent
a9a6537912
commit
abbfcd5eb8
@ -15,7 +15,7 @@ extern "C"
|
|||||||
#include <lzma.h>
|
#include <lzma.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
const uint32_t COMPRESSION_PRESET = 9 | LZMA_PRESET_EXTREME;
|
const uint32_t COMPRESSION_PRESET = 5;
|
||||||
const std::vector<std::string> ENDINGS = {".mf4", ".rif"};
|
const std::vector<std::string> ENDINGS = {".mf4", ".rif"};
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
|
Loading…
Reference in New Issue
Block a user