Mercurial > libavcodec.hg
changeset 1301:9d02a1859891 libavcodec
10l
author | michaelni |
---|---|
date | Mon, 09 Jun 2003 19:11:50 +0000 |
parents | e18667d1e94d |
children | c41f51b5d5d6 |
files | cabac.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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);