mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add support for synthesis to big-endian in plugins
This commit is contained in:
@@ -356,6 +356,7 @@ static DWORD WINAPI DecodeThread(void *unused)
|
||||
if(cfg.replaygain.enable && file_info_.has_replaygain) {
|
||||
bytes = (int)FLAC__plugin_common__apply_gain(
|
||||
sample_buffer_,
|
||||
true, /* little_endian_data_out */
|
||||
reservoir_,
|
||||
n,
|
||||
channels,
|
||||
|
||||
Reference in New Issue
Block a user