summaryrefslogtreecommitdiff
path: root/libavcodec/h261.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-09-02 23:10:28 +0000
committerMåns Rullgård <mans@mansr.com>2006-09-02 23:10:28 +0000
commit0e176c3eb54ecc4504920347e9727f1d8b5657ef (patch)
tree37a1e517c69ae5f4675aab39e4823cdadfbb419d /libavcodec/h261.c
parent6243da0d5036712ad2f53fcdec0ba6c2ada97d7a (diff)
remove redundant declarations
Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261.c')
-rw-r--r--libavcodec/h261.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h261.c b/libavcodec/h261.c
index 39fc66d3a9..20c9388cb4 100644
--- a/libavcodec/h261.c
+++ b/libavcodec/h261.c
@@ -373,8 +373,6 @@ static VLC h261_mtype_vlc;
static VLC h261_mv_vlc;
static VLC h261_cbp_vlc;
-void init_vlc_rl(RLTable *rl, int use_static);
-
static void h261_decode_init_vlc(H261Context *h){
static int done = 0;