[Video] fix android compile bug in gfxLfbWriteRegion
This commit is contained in:
parent
47e7e6a174
commit
56ef661c6d
|
@ -1531,7 +1531,7 @@ FxBool gfxLfbReadRegion(GrBuffer_t src_buffer, FxU32 src_x, FxU32 src_y, FxU32 s
|
|||
return FXTRUE;
|
||||
}
|
||||
|
||||
FxBool gfxLfbWriteRegion(GrBuffer_t dst_buffer, FxU32 dst_x, FxU32 dst_y, GrLfbSrcFmt_t src_format, FxU32 src_width, FxU32 src_height, FxBool pixelPipeline, FxI32 src_stride, void *src_data);
|
||||
FxBool gfxLfbWriteRegion(GrBuffer_t dst_buffer, FxU32 dst_x, FxU32 dst_y, GrLfbSrcFmt_t src_format, FxU32 src_width, FxU32 src_height, FxBool pixelPipeline, FxI32 src_stride, void *src_data)
|
||||
{
|
||||
unsigned char *buf;
|
||||
unsigned int i, j;
|
||||
|
|
Loading…
Reference in New Issue