Ensure that SDL_AddTimer() is never called with a delay of 0 because
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 24 Aug 2008 00:32:10 +0000 (00:32 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 24 Aug 2008 00:32:10 +0000 (00:32 +0000)
commitcc1f91d7717894e1120ec310ec6b9cf5abfee107
tree5e1958f15da042ff12f9f8de0b924da13102fc85
parent5972945197d44e8bde6a986b9cba2e8196cfbc9c
Ensure that SDL_AddTimer() is never called with a delay of 0 because
this leads to a runaway creation of timers. We never pass 0 currently
but it is safer to check for it explicitly as changes to the code can
easily lead to 0 being used.

Originally committed as revision 14934 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffplay.c