mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
to be more precise
Originally committed as revision 1967 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -440,7 +440,7 @@ static int ra288_decode_frame(AVCodecContext * avctx,
|
|||||||
}
|
}
|
||||||
/* Phase 1: decode */
|
/* Phase 1: decode */
|
||||||
bret = ptb-buf;
|
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;
|
*data_size = data - datao;
|
||||||
return bret;
|
return bret;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user