test/DumpDecoderClient: add API documentation
This commit is contained in:
parent
88bbd847e0
commit
5909502a13
|
@ -25,6 +25,10 @@
|
|||
#include "thread/Mutex.hxx"
|
||||
#include "thread/Cond.hxx"
|
||||
|
||||
/**
|
||||
* A #DecoderClient implementation which dumps metadata to stderr and
|
||||
* decoded data to stdout.
|
||||
*/
|
||||
struct DumpDecoderClient final : DecoderClient {
|
||||
Mutex mutex;
|
||||
Cond cond;
|
||||
|
|
Loading…
Reference in New Issue