Fix some doxygen warnings

This commit is contained in:
badaix 2024-07-02 12:43:32 +02:00
parent 061f92a361
commit c156fab123
6 changed files with 43 additions and 11 deletions

View file

@ -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