changeset 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 |
bca8924ed36c |
children |
7738ad31b6e2 |
files |
dca.c h264.c |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
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;
--- a/h264.c Wed Apr 04 11:43:08 2007 +0000
+++ b/h264.c Wed Apr 04 11:51:08 2007 +0000
@@ -3029,7 +3029,7 @@
prefetch_motion(h, 1);
}
-static void decode_init_vlc(){
+static void decode_init_vlc(void){
static int done = 0;
if (!done) {