diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-05-29 12:05:49 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-05-29 12:05:49 +0000 |
commit | 42a1a76efe43392f37abdac1259b392fee49c3e8 (patch) | |
tree | 9b7fed815f8847b4cb32c40813751fe5a37099f8 /src/outputBuffer.h | |
parent | ccfff4f0f4bb0ba04cc19a6bc341208acfc5747d (diff) | |
download | mpd-42a1a76efe43392f37abdac1259b392fee49c3e8.tar.gz mpd-42a1a76efe43392f37abdac1259b392fee49c3e8.tar.xz mpd-42a1a76efe43392f37abdac1259b392fee49c3e8.zip |
fix TIcho's seeking while paused bug
git-svn-id: https://svn.musicpd.org/mpd/trunk@1225 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/outputBuffer.h')
-rw-r--r-- | src/outputBuffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/outputBuffer.h b/src/outputBuffer.h index 0ebc8ad1d..cea8d00d5 100644 --- a/src/outputBuffer.h +++ b/src/outputBuffer.h @@ -46,8 +46,8 @@ void flushOutputBuffer(OutputBuffer * cb); /* we send inStream where for buffering the inputStream while waiting to send the next chunk */ int sendDataToOutputBuffer(OutputBuffer * cb, InputStream * inStream, - DecoderControl * dc, char * data, long datalen, float time, - mpd_uint16 bitRate); + DecoderControl * dc, int seekable, char * data, long datalen, + float time, mpd_uint16 bitRate); #endif /* vim:set shiftwidth=4 tabstop=8 expandtab: */ |