comparison rv40.c @ 8693:18737839ed27 libavcodec

Add missing void keyword to parameterless function declarations.
author diego
date Fri, 30 Jan 2009 18:38:25 +0000
parents 45c3780b1a96
children e9d9d946f213
comparison
equal deleted inserted replaced
8692:48442253aac2 8693:18737839ed27
38 static VLC ptype_vlc[NUM_PTYPE_VLCS], btype_vlc[NUM_BTYPE_VLCS]; 38 static VLC ptype_vlc[NUM_PTYPE_VLCS], btype_vlc[NUM_BTYPE_VLCS];
39 39
40 /** 40 /**
41 * Initialize all tables. 41 * Initialize all tables.
42 */ 42 */
43 static av_cold void rv40_init_tables() 43 static av_cold void rv40_init_tables(void)
44 { 44 {
45 int i; 45 int i;
46 46
47 init_vlc(&aic_top_vlc, AIC_TOP_BITS, AIC_TOP_SIZE, 47 init_vlc(&aic_top_vlc, AIC_TOP_BITS, AIC_TOP_SIZE,
48 rv40_aic_top_vlc_bits, 1, 1, 48 rv40_aic_top_vlc_bits, 1, 1,