comparison src/vorbis/vorbis.c @ 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
comparison
equal deleted inserted replaced
2132:3aa95f65c24d 2133:bba61e3fe881
365 goto play_cleanup; 365 goto play_cleanup;
366 } 366 }
367 vi = ov_info(&vf, -1); 367 vi = ov_info(&vf, -1);
368 368
369 if (aud_vfs_is_streaming(fd->fd)) 369 if (aud_vfs_is_streaming(fd->fd))
370 {
371 time = -1; 370 time = -1;
372 vf.seekable = FALSE; /* XXX: don't ask. -nenolod */
373 }
374 371
375 if (vi->channels > 2) { 372 if (vi->channels > 2) {
376 playback->eof = TRUE; 373 playback->eof = TRUE;
377 g_mutex_unlock(vf_mutex); 374 g_mutex_unlock(vf_mutex);
378 goto play_cleanup; 375 goto play_cleanup;