diff options
author | Måns Rullgård | 2006-09-02 23:10:28 +0000 |
---|---|---|
committer | Måns Rullgård | 2006-09-02 23:10:28 +0000 |
commit | 0e176c3eb54ecc4504920347e9727f1d8b5657ef (patch) | |
tree | 37a1e517c69ae5f4675aab39e4823cdadfbb419d /libavcodec/h261.c | |
parent | 6243da0d5036712ad2f53fcdec0ba6c2ada97d7a (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.c | 2 |
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; |