Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
daef48e0
Commit
daef48e0
authored
Sep 10, 2004
by
Josh Coalson
Browse files
minor comments
parent
33d6fdd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/share/replaygain_synthesis/replaygain_synthesis.c
View file @
daef48e0
...
...
@@ -291,7 +291,7 @@ static FLAC__INLINE FLAC__int64 dither_output_(DitherContext *d, FLAC__bool do_d
dB = 20. * log10(scale);
*track_gain = (float) dB;
const double scale =
(float)
pow(10., (double)gain * 0.05);
/*@@@@ why downcast pow() output to float? */
const double scale = pow(10., (double)gain * 0.05);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment