Commit b587a7cb authored by Michael Niedermayer's avatar Michael Niedermayer

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

Originally committed as revision 1160 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3b783b6b
......@@ -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