Mercurial > audlegacy-plugins
comparison src/wav/wav.c @ 1697:f35f9d6fcb6d
Automated merge with file:/home/ccr/audacious/plugins
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sun, 09 Sep 2007 23:23:00 +0300 |
parents | 1ac047826c64 aee4ebea943a |
children | e75a4add2e4b |
comparison
equal
deleted
inserted
replaced
1696:1ac047826c64 | 1697:f35f9d6fcb6d |
---|---|
434 wav_file->seek_to = millisecond; | 434 wav_file->seek_to = millisecond; |
435 | 435 |
436 playback->eof = FALSE; | 436 playback->eof = FALSE; |
437 | 437 |
438 while (wav_file->seek_to != -1) | 438 while (wav_file->seek_to != -1) |
439 xmms_usleep(10000); | 439 g_usleep(10000); |
440 } | 440 } |
441 | 441 |
442 static void | 442 static void |
443 seek(InputPlayback * data, gint time) | 443 seek(InputPlayback * data, gint time) |
444 { | 444 { |