]> git.sesse.net Git - vlc/commit
- fix a bug in ts input.
authorArnaud de Bossoreille de Ribou <bozo@videolan.org>
Tue, 8 May 2001 12:53:30 +0000 (12:53 +0000)
committerArnaud de Bossoreille de Ribou <bozo@videolan.org>
Tue, 8 May 2001 12:53:30 +0000 (12:53 +0000)
commit6bdefd98979ab40b44ffb8dd891768d068c7c338
tree3d7e2ea6d039776b4ce2e6088d5dbbbf31d03db1
parentabe5a7d0c0d40422c71bb4bebec73e4833600367
  - 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
plugins/mpeg/input_ts.c