Update of /var/cvs/videolan/vlc/plugins/mpeg
Modified Files:
input_ts.c
Log Message:
- fix a bug in ts input.
Henri: a 0.5s timeout is not (time_t)0.5 sec and (time_t)0 usec
but (time_t)0 sec and (time_t)500000 usec
Now the input doesn't eat all the cpu any more :p
--
bozo