Use unsigned int instead of int to store player position
commit9d85d9a404afb6a0c151fb98b14d02b03e2e9aeb
authorTimo Hirvonen <tihirvon@gmail.com>
Sat, 16 Dec 2006 14:16:36 +0000 (16 16:16 +0200)
committerTimo Hirvonen <tihirvon@gmail.com>
Sat, 16 Dec 2006 14:16:36 +0000 (16 16:16 +0200)
treecb7c6f2050c9bdca267763512bcfb3cf7ade6e2b
parent0393649c813de5e128b1cf7e19eb07d2cc088d91
Use unsigned int instead of int to store player position

Hopefully this increases the largest supported pcm size of a file from
2GB to 4GB.
player.c