Sfoglia il codice sorgente

LibAudio: Remove superflous comment

Thanks @alimpfard for pointing that out :^)
kleines Filmröllchen 3 anni fa
parent
commit
0d28b6d236
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Userland/Libraries/LibAudio/FlacLoader.cpp

+ 0 - 1
Userland/Libraries/LibAudio/FlacLoader.cpp

@@ -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);
     dbgln_if(AFLACLOADER_DEBUG, "{}-bit {} shift coefficients: {}", lpc_precision, lpc_shift, coefficients);
 
 
-    // decode residual
     decoded = TRY(decode_residual(decoded, subframe, bit_input));
     decoded = TRY(decode_residual(decoded, subframe, bit_input));
 
 
     // approximate the waveform with the predictor
     // approximate the waveform with the predictor