Hi I see that GetTimer returns an unsigned int. That is a 32-bit quantity on most systems. Will it not wrap around about every 4294 seconds? Can not that disrupt functions in mplayer? Would it not be better to use a 64-bit value? Dan