Commit c3b4e0eb authored by Nick Kurshev's avatar Nick Kurshev

to be more precise

Originally committed as revision 1967 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 860208a4
......@@ -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