summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-06-09 19:11:50 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-06-09 19:11:50 +0000
commit7408ad05ccc39636022573ad160eaeabe72c0b03 (patch)
treec71f787f0f86e4f0bfed06d406a4ba339e24f24b /libavcodec/cabac.h
parent5e20f836b3ad06a591ff232e742ef17c9c235297 (diff)
10l
Originally committed as revision 1940 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r--libavcodec/cabac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h
index f0c4910d5b..a49e156316 100644
--- a/libavcodec/cabac.h
+++ b/libavcodec/cabac.h
@@ -43,9 +43,9 @@ typedef struct CABACContext{
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);