This commit is contained in:
Matthew Gregan 2022-03-09 14:18:29 +13:00
Родитель fd96dcc270
Коммит 662ed79f60
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -935,8 +935,8 @@ cbjack_stream_init(cubeb * context, cubeb_stream ** stream,
} else if (stm->devs == OUT_ONLY) {
stm->resampler = cubeb_resampler_create(
stm, nullptr, &stm->out_params, stream_actual_rate, stm->data_callback,
stm->user_ptr,
CUBEB_RESAMPLER_QUALITY_DESKTOP, CUBEB_RESAMPLER_RECLOCK_NONE);
stm->user_ptr, CUBEB_RESAMPLER_QUALITY_DESKTOP,
CUBEB_RESAMPLER_RECLOCK_NONE);
}
if (!stm->resampler) {