[flac-dev] [PATCH] unnecessary assignment
lvqcl
lvqcl.mail at gmail.com
Fri Jul 3 17:12:40 PDT 2015
another small bug: in src\share\replaygain_analysis\replaygain_analysis.c
there are two assignments to sampleWindow:
sampleWindow = (int) ceil ((double)samplefreq * (double)RMS_WINDOW_TIME / 1000.0);
sampleWindow =
(replaygainfilter->rate * RMS_WINDOW_TIME + 1000-1) / 1000;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rg_analysis_assignment.patch
Type: application/octet-stream
Size: 581 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20150704/cd5e5e94/attachment.obj
More information about the flac-dev
mailing list