Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706992
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/libmpcdec/requant.h
0
++ b/libmpcdec/requant.h
Lines 47-55 Link Here
47
47
48
48
49
/* C O N S T A N T S */
49
/* C O N S T A N T S */
50
const mpc_uint8_t      Res_bit [18];     ///< Bits per sample for chosen quantizer
50
extern const mpc_uint8_t      Res_bit [18];     ///< Bits per sample for chosen quantizer
51
const MPC_SAMPLE_FORMAT __Cc    [1 + 18]; ///< Requantization coefficients
51
extern const MPC_SAMPLE_FORMAT __Cc    [1 + 18]; ///< Requantization coefficients
52
const mpc_int16_t       __Dc    [1 + 18]; ///< Requantization offset
52
extern const mpc_int16_t       __Dc    [1 + 18]; ///< Requantization offset
53
53
54
#define Cc (__Cc + 1)
54
#define Cc (__Cc + 1)
55
#define Dc (__Dc + 1)
55
#define Dc (__Dc + 1)

Return to bug 706992