vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)

Originally committed as revision 1160 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2002-11-04 20:57:08 +00:00
parent 3b783b6b58
commit b587a7cb2b

View File

@ -301,7 +301,7 @@ static int int_pow(int i, int *exp_ptr)
static int decode_init(AVCodecContext * avctx)
{
MPADecodeContext *s = avctx->priv_data;
static int init;
static int init=0;
int i, j, k;
if(!init) {