comparison dca.c @ 4783:011fb289e3b0 libavcodec

changes some function declarations from () to (void) as per ansi c. Patch by Stefan Huehner % stefan A huehner P org %
author gpoirier
date Wed, 04 Apr 2007 11:51:08 +0000
parents 2cd245d65761
children 384c95879d8b
comparison
equal deleted inserted replaced
4782:bca8924ed36c 4783:011fb289e3b0
183 183
184 int debug_flag; ///< used for suppressing repeated error messages output 184 int debug_flag; ///< used for suppressing repeated error messages output
185 DSPContext dsp; 185 DSPContext dsp;
186 } DCAContext; 186 } DCAContext;
187 187
188 static void dca_init_vlcs() 188 static void dca_init_vlcs(void)
189 { 189 {
190 static int vlcs_inited = 0; 190 static int vlcs_inited = 0;
191 int i, j; 191 int i, j;
192 192
193 if (vlcs_inited) 193 if (vlcs_inited)