input/smbclient: fix DFF playback
This commit is contained in:
parent
0d7ee2b014
commit
aed0af1e00
2
NEWS
2
NEWS
|
@ -1,4 +1,6 @@
|
|||
ver 0.19.10 (not yet released)
|
||||
* input
|
||||
- smbclient: fix DFF playback
|
||||
* encoder
|
||||
- opus: fix bogus granulepos
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@ SmbclientInputStream::Read(void *ptr, size_t read_size, Error &error)
|
|||
nbytes = 0;
|
||||
}
|
||||
|
||||
offset += nbytes;
|
||||
return nbytes;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue