From ae35d91d44c5e676af3d146bf8d05b241c467675 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 3 Apr 2013 18:52:30 +0200 Subject: h261: Move ff_h261_rl_table_store declaration to header file --- libavcodec/h261dec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/h261dec.c') diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c index d8ce66d24c..2592976407 100644 --- a/libavcodec/h261dec.c +++ b/libavcodec/h261dec.c @@ -39,8 +39,6 @@ #define MBA_STUFFING 33 #define MBA_STARTCODE 34 -extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3]; - static VLC h261_mba_vlc; static VLC h261_mtype_vlc; static VLC h261_mv_vlc; -- cgit v1.2.3