Ignore:
Timestamp:
11/13/06 01:36:13 (17 years ago)
Author:
zorg
Message:

Do not fix warnings late at night and create bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/tags/mppenc-1.16/src/mppenc.c

    r110 r125  
    763763
    764764static void
    765 Allocate ( const int MaxBand, int* res, float* x, int* scf, const float* comp, const float* smr, const float* Pow[32], const int* Transient )
     765Allocate ( const int MaxBand, int* res, float* x, int* scf, const float* comp, const float* smr, const SCFTriple* Pow, const int* Transient )
    766766{
    767767    int    Band;
     
    18001800            }
    18011801
    1802             Allocate ( Max_Band, Res_L, X[0].L, SCF_Index_L[0], SNR_comp_L, SMR.L, (const float**) Power_L, Transient );   // allocate bits for left + right channel
    1803             Allocate ( Max_Band, Res_R, X[0].R, SCF_Index_R[0], SNR_comp_R, SMR.R, (const float**) Power_R, Transient );
     1802            Allocate ( Max_Band, Res_L, X[0].L, SCF_Index_L[0], SNR_comp_L, SMR.L, Power_L, Transient );   // allocate bits for left + right channel
     1803            Allocate ( Max_Band, Res_R, X[0].R, SCF_Index_R[0], SNR_comp_R, SMR.R, Power_R, Transient );
    18041804
    18051805            Quantisierung ( Max_Band, Res_L, Res_R, X, Q );             // quantize samples
Note: See TracChangeset for help on using the changeset viewer.