Commit 9e5b56b4 authored by Max Kellermann's avatar Max Kellermann

input/cdio: initialize attribute "buffer_lsn"

parent dd383037
......@@ -63,7 +63,8 @@ struct CdioParanoiaInputStream final : public InputStream {
CdioParanoiaInputStream(const char *_uri, Mutex &_mutex, Cond &_cond)
:InputStream(_uri, _mutex, _cond),
drv(nullptr), cdio(nullptr), para(nullptr)
drv(nullptr), cdio(nullptr), para(nullptr),
buffer_lsn(-1)
{
}
......
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