Exemplo n.º 1
0
static Fixed animationstream_get_speed(AnimationStreamStack *stack, M_AnimationStream *as)
{
    return gf_mo_get_speed(stack->stream, as->speed);
}
Exemplo n.º 2
0
static Fixed movietexture_get_speed(MovieTextureStack *stack, M_MovieTexture *mt)
{
	return gf_mo_get_speed(stack->txh.stream, mt->speed);
}