From 0e176c3eb54ecc4504920347e9727f1d8b5657ef Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 2 Sep 2006 23:10:28 +0000 Subject: remove redundant declarations Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h261.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/h261.c') 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; -- cgit v1.2.3