This commit is contained in:
bnnm 2021-09-12 20:09:06 +02:00
parent ea910e2ad2
commit 4bdb43e777
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ You may compile them from source as well (see *build guide*).
### Linux
Generally you need to build vgmstream's components manually (see *build guide*). For
a quick build call `/make-build-cmake.sh` (for Debian/Ubuntu-style distros, installs
a quick build call `./make-build-cmake.sh` (for Debian/Ubuntu-style distros, installs
various deps first so you may prefer to call commands manually).
Releases also distribute a static version of the CLI tool (kernel v3.2+).

View File

@ -6,7 +6,7 @@
static STREAMFILE* setup_ubi_lyn_streamfile(STREAMFILE* sf, off_t stream_offset, size_t interleave_size, int stream_number, int stream_count, size_t logical_size) {
STREAMFILE *new_sf = NULL;
deblock_config_t cfg = {0};
VGM_LOG("so=%lx, chu=%x, n=%i, c=%i, lo=%x\n", stream_offset, interleave_size, stream_number, stream_count, logical_size);
cfg.stream_start = stream_offset;
cfg.chunk_size = interleave_size;
cfg.step_start = stream_number;