Commit 9f00adc4 authored by reutelhuber's avatar reutelhuber
Browse files

fix mistake of previous commit

parent cad2671f
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -21643,11 +21643,7 @@ const int16_t igf_tile_offset_table[IGF_BITRATE_UNKNOWN][2*IGF_MAX_TILES+1] = {
        { 4,  1, 0, 2, 40, 3, 80, 4, 140 },                                                 /* 48000  FB (stereo TCX10) */
        { 5,  2, 80, 4, 128, 6, 144, 7, 212, 9, 160 },                                      /* 64000  FB (stereo) */
        { 3,  2, 212, 4, 280, 6, 200 },                                                     /* 80000  FB (stereo) */
#if 1
        { 2,  3, 200, 5, 240},                                                              /* 96000  FB (stereo) */
#else
        { 2,  3, 320, 5, 240},                                                              /* 96000  FB (stereo) */
#endif
        { 1,  2, 416}                                                                       /*128000  FB (stereo) */
};

lib_enc/stat_enc.h

100644 → 100755
+4 −0
Original line number Diff line number Diff line
@@ -1121,6 +1121,10 @@ typedef struct tcx_enc_structure
    float *acelp_zir;
    float tcx_target_bits_fac;

#ifdef FIX_483b
    int16_t tns_ms_flag[2];
#endif

} TCX_ENC_DATA, *TCX_ENC_HANDLE;
/*----------------------------------------------------------------------------------*
 *