Changeset 479


Ignore:
Timestamp:
03/30/12 23:03:53 (12 years ago)
Author:
r2d
Message:

add extern keyword to global variable declaration (don't know it worked without ... thanks Dmitry)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcdec/requant.h

    r431 r479  
    4848
    4949/* C O N S T A N T S */
    50 const mpc_uint8_t      Res_bit [18];     ///< Bits per sample for chosen quantizer
    51 const MPC_SAMPLE_FORMAT __Cc    [1 + 18]; ///< Requantization coefficients
    52 const mpc_int16_t       __Dc    [1 + 18]; ///< Requantization offset
     50extern const mpc_uint8_t      Res_bit [18];     ///< Bits per sample for chosen quantizer
     51extern const MPC_SAMPLE_FORMAT __Cc    [1 + 18]; ///< Requantization coefficients
     52extern const mpc_int16_t       __Dc    [1 + 18]; ///< Requantization offset
    5353
    5454#define Cc (__Cc + 1)
Note: See TracChangeset for help on using the changeset viewer.