# HG changeset patch # User michaelni # Date 1055185910 0 # Node ID 9d02a1859891e929c5898cc7065646fd01b1a720 # Parent e18667d1e94db9bce8e4fd3d354963cae55c9c37 10l diff -r e18667d1e94d -r 9d02a1859891 cabac.h --- a/cabac.h Mon Jun 09 02:24:51 2003 +0000 +++ b/cabac.h Mon Jun 09 19:11:50 2003 +0000 @@ -43,9 +43,9 @@ PutBitContext pb; }CABACContext; -const uint8_t ff_h264_lps_range[64][4]; -const uint8_t ff_h264_mps_state[64]; -const uint8_t ff_h264_lps_state[64]; +extern const uint8_t ff_h264_lps_range[64][4]; +extern const uint8_t ff_h264_mps_state[64]; +extern const uint8_t ff_h264_lps_state[64]; void ff_init_cabac_encoder(CABACContext *c, uint8_t *buf, int buf_size); void ff_init_cabac_decoder(CABACContext *c, uint8_t *buf, int buf_size);