]> git.sesse.net Git - vlc/commit
input: don't be too clever with start-time - fixes #3042
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 15 Aug 2009 14:35:09 +0000 (17:35 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 15 Aug 2009 14:35:09 +0000 (17:35 +0300)
commit3629d607068977740039ecdf8084f22987b0b83f
tree1856d51db9fe21ad0860626629dae880f869f605
parent71d32071cea5222ad37c9b0b6f199f46b4bb9647
input: don't be too clever with start-time - fixes #3042

Deeper code can cope with too overly large values.
We need to accept seemingly too far start times because the length is
typically not known at startup (and hence set to zero).
src/input/input.c