You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02: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:
@@ -301,7 +301,7 @@ static int int_pow(int i, int *exp_ptr)
|
|||||||
static int decode_init(AVCodecContext * avctx)
|
static int decode_init(AVCodecContext * avctx)
|
||||||
{
|
{
|
||||||
MPADecodeContext *s = avctx->priv_data;
|
MPADecodeContext *s = avctx->priv_data;
|
||||||
static int init;
|
static int init=0;
|
||||||
int i, j, k;
|
int i, j, k;
|
||||||
|
|
||||||
if(!init) {
|
if(!init) {
|
||||||
|
Reference in New Issue
Block a user