mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fixes from MSVC build
This commit is contained in:
@@ -334,7 +334,7 @@ namespace OggFLAC {
|
|||||||
FLAC__ASSERT(0 != client_data);
|
FLAC__ASSERT(0 != client_data);
|
||||||
Stream *instance = reinterpret_cast<Stream *>(client_data);
|
Stream *instance = reinterpret_cast<Stream *>(client_data);
|
||||||
FLAC__ASSERT(0 != instance);
|
FLAC__ASSERT(0 != instance);
|
||||||
return instance->metadata_callback(metadata);
|
instance->metadata_callback(metadata);
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -367,7 +367,6 @@ static DWORD WINAPI DecodeThread(void *unused)
|
|||||||
(float)file_info_.replay_scale,
|
(float)file_info_.replay_scale,
|
||||||
cfg.replaygain.hard_limit,
|
cfg.replaygain.hard_limit,
|
||||||
cfg.resolution.replaygain.dither,
|
cfg.resolution.replaygain.dither,
|
||||||
(NoiseShaping)cfg.resolution.replaygain.noise_shaping,
|
|
||||||
&file_info_.dither_context
|
&file_info_.dither_context
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user