Mercurial > libavcodec.hg
diff intrax8.c @ 8527:f8bf438c6000 libavcodec
Add missing 'void' keyword to parameterless function declarations.
author | diego |
---|---|
date | Mon, 05 Jan 2009 13:57:43 +0000 |
parents | 800444234375 |
children | e9d9d946f213 |
line wrap: on
line diff
--- a/intrax8.c Mon Jan 05 11:49:15 2009 +0000 +++ b/intrax8.c Mon Jan 05 13:57:43 2009 +0000 @@ -42,7 +42,7 @@ static VLC j_dc_vlc[2][8]; //[quant], [select] static VLC j_orient_vlc[2][4]; //[quant], [select] -static void x8_vlc_init(){ +static void x8_vlc_init(void){ int i; #define init_ac_vlc(dst,src) \