Commit ae554be0 authored by nickols_k's avatar nickols_k

to be more precise


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1967 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f7c03287
......@@ -440,7 +440,7 @@ static int ra288_decode_frame(AVCodecContext * avctx,
}
/* Phase 1: decode */
bret = ptb-buf;
for(z=0;z<bret;z+=cfs) { decode_block(avctx,&tb[z],(signed short *)data); data += 320; }
for(z=0;z<bret;z+=cfs) data=decode_block(avctx,&tb[z],(signed short *)data);
*data_size = data - datao;
return bret;
}
......
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