1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:27:44 +00:00

LibAudio: Remove superflous comment

Thanks @alimpfard for pointing that out :^)
This commit is contained in:
kleines Filmröllchen 2021-12-16 23:19:22 +01:00 committed by Brian Gianforcaro
parent 9fa3aa84e1
commit 0d28b6d236

View file

@ -610,7 +610,6 @@ ErrorOr<Vector<i32>, LoaderError> FlacLoaderPlugin::decode_custom_lpc(FlacSubfra
dbgln_if(AFLACLOADER_DEBUG, "{}-bit {} shift coefficients: {}", lpc_precision, lpc_shift, coefficients);
// decode residual
decoded = TRY(decode_residual(decoded, subframe, bit_input));
// approximate the waveform with the predictor