summaryrefslogtreecommitdiff
path: root/libavcodec/h263.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-08-15 12:58:41 +0200
committerDiego Biurrun <diego@biurrun.de>2013-08-15 14:38:03 +0200
commitc591d4575a6f97fbbe6145304b1ea960e8e81e14 (patch)
tree7cdb919202f6fd9e2f9f0823640ba1b9d862e5d0 /libavcodec/h263.h
parentaa2ba8c99e5708884a56aea9c1d96e014866f8a3 (diff)
avcodec: Replace local extern declarations for tables with header #includes
Diffstat (limited to 'libavcodec/h263.h')
-rw-r--r--libavcodec/h263.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/h263.h b/libavcodec/h263.h
index dec660eaa2..4f58f92bd6 100644
--- a/libavcodec/h263.h
+++ b/libavcodec/h263.h
@@ -53,6 +53,10 @@ extern VLC ff_h263_intra_MCBPC_vlc;
extern VLC ff_h263_inter_MCBPC_vlc;
extern VLC ff_h263_cbpy_vlc;
+extern const uint16_t ff_inter_vlc[103][2];
+extern const int8_t ff_inter_level[102];
+extern const int8_t ff_inter_run[102];
+
extern RLTable ff_h263_rl_inter;
extern RLTable ff_rl_intra_aic;