tavenc: shelving the tiling mode due to poor performance

This commit is contained in:
minjaesong
2025-12-07 23:42:20 +09:00
parent 9e2c9e6efd
commit 9b72a62cdb
2 changed files with 6 additions and 5 deletions

View File

@@ -308,7 +308,8 @@ void tav_encoder_params_init(tav_encoder_params_t *params, int width, int height
// Advanced
params->verbose = 0;
params->monoblock = -1; // -1=auto (based on dimensions), 0=force tiled, 1=force monoblock
params->monoblock = 1; // -1=auto (based on dimensions), 0=force tiled, 1=force monoblock
// monoblock: default to forced monoblock mode because tiling is not working very well...
}
// =============================================================================