Example #1
0
int64_t av_more_seek(void *opaque, int64_t offset, int whence){	
	return(cpfFileSeek(offset, whence, opaque));
}
Example #2
0
static Sint64 myseekfunc(SDL_RWops *context, Sint64 offset, int whence)
{
	return cpfFileSeek(offset,whence,context->hidden.unknown.data1);
}