add support for synthesis to big-endian in plugins

This commit is contained in:
Josh Coalson
2003-09-15 20:28:08 +00:00
parent 42acbd0a95
commit 1bf46dc3aa
6 changed files with 131 additions and 14 deletions

View File

@@ -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,