Commit aed0af1e authored by jai's avatar jai Committed by Max Kellermann

input/smbclient: fix DFF playback

parent 0d7ee2b0
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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment