mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-01 18:21:04 +00:00
to be more precise
Originally committed as revision 1967 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
860208a400
commit
c3b4e0eb15
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user