input/smbclient: fix DFF playback

This commit is contained in:
jai 2015-05-29 22:37:49 +02:00 committed by Max Kellermann
parent 0d7ee2b014
commit aed0af1e00
2 changed files with 3 additions and 0 deletions

2
NEWS
View File

@ -1,4 +1,6 @@
ver 0.19.10 (not yet released)
* input
- smbclient: fix DFF playback
* encoder
- opus: fix bogus granulepos

View File

@ -132,6 +132,7 @@ SmbclientInputStream::Read(void *ptr, size_t read_size, Error &error)
nbytes = 0;
}
offset += nbytes;
return nbytes;
}