Use GetTimerMS() instead of time() with srand.
commitf6b9076a6dc42d9519739419792f176d4b120381
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sat, 26 Jul 2008 21:58:00 +0000 (26 21:58 +0000)
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sat, 26 Jul 2008 21:58:00 +0000 (26 21:58 +0000)
tree769f9aa0114610ed02885da17d4e44e888c7e15f
parentfb2b4dea1c34e4e75158b5e22b8302d19a090910
Use GetTimerMS() instead of time() with srand.
This is more portable and avoids generating the same random numbers
for a whole second (and on MinGW for some unexplainable reason for
almost 10 seconds).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27353 b3059339-0415-0410-9bf9-f77b7e298cf2
mplayer.c