Commit a1ca24ab authored by michaelni's avatar michaelni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1160 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0f97a2df
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment