mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 11:21:41 +02:00
compiles@raspi
git-svn-id: svn://elaine/murooma/trunk@331 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
abf70b4030
commit
7a5483a101
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
using namespace std;
|
||||
|
||||
|
||||
OggEncoder::OggEncoder(const msg::SampleFormat& format) : Encoder(format)
|
||||
OggEncoder::OggEncoder(const msg::SampleFormat& format) : Encoder(format), eos(0)
|
||||
{
|
||||
init();
|
||||
lastGranulepos = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue