mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-26 21:08:54 +02:00
Fix some doxygen warnings
This commit is contained in:
parent
061f92a361
commit
c156fab123
6 changed files with 43 additions and 11 deletions
|
@ -29,6 +29,10 @@
|
|||
#endif
|
||||
#include <ogg/ogg.h>
|
||||
|
||||
// standard headers
|
||||
#include <mutex>
|
||||
|
||||
|
||||
namespace decoder
|
||||
{
|
||||
|
||||
|
@ -64,6 +68,7 @@ private:
|
|||
vorbis_block vb; /// local working space for packet->PCM decode
|
||||
|
||||
SampleFormat sampleFormat_;
|
||||
std::mutex mutex_;
|
||||
};
|
||||
|
||||
} // namespace decoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue