mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
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:
parent
3b783b6b58
commit
b587a7cb2b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user