FIX2INT 77 include/gpac/maths.h #define FIX2INT(v) ((s32)(((v)+((FIX_ONE>>1)))>>16)) FIX2INT 123 include/gpac/maths.h #define FIX2INT(v) ((s32)(v))