mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
LibAudio: Remove superflous comment
Thanks @alimpfard for pointing that out :^)
This commit is contained in:
parent
9fa3aa84e1
commit
0d28b6d236
Notes:
sideshowbarker
2024-07-17 22:40:46 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/0d28b6d2361 Pull-request: https://github.com/SerenityOS/serenity/pull/11285 Reviewed-by: https://github.com/bgianfo
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user