From c591d4575a6f97fbbe6145304b1ea960e8e81e14 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 15 Aug 2013 12:58:41 +0200 Subject: avcodec: Replace local extern declarations for tables with header #includes --- libavcodec/h263.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/h263.h') 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; -- cgit v1.2.3