diff h261.c @ 3666:faa8dc533ad3 libavcodec

remove redundant declarations
author mru
date Sat, 02 Sep 2006 23:10:28 +0000
parents 28574f57a0fc
children 0082fb8c77b6
line wrap: on
line diff
--- a/h261.c	Sat Sep 02 04:58:51 2006 +0000
+++ b/h261.c	Sat Sep 02 23:10:28 2006 +0000
@@ -373,8 +373,6 @@
 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;