Mercurial > audlegacy-plugins
changeset 2133:bba61e3fe881
vf.seekable hack is no longer needed.
Pointed out by Brain.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 27 Oct 2007 07:55:08 -0500 |
parents | 3aa95f65c24d |
children | fd0d5615f674 |
files | src/vorbis/vorbis.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/vorbis/vorbis.c Sat Oct 27 07:26:32 2007 -0500 +++ b/src/vorbis/vorbis.c Sat Oct 27 07:55:08 2007 -0500 @@ -367,10 +367,7 @@ vi = ov_info(&vf, -1); if (aud_vfs_is_streaming(fd->fd)) - { time = -1; - vf.seekable = FALSE; /* XXX: don't ask. -nenolod */ - } if (vi->channels > 2) { playback->eof = TRUE;