diff 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
line wrap: on
line diff
--- a/dca.c	Wed Apr 04 11:43:08 2007 +0000
+++ b/dca.c	Wed Apr 04 11:51:08 2007 +0000
@@ -185,7 +185,7 @@
     DSPContext dsp;
 } DCAContext;
 
-static void dca_init_vlcs()
+static void dca_init_vlcs(void)
 {
     static int vlcs_inited = 0;
     int i, j;