test/DumpDecoderClient: add API documentation

This commit is contained in:
Max Kellermann 2018-02-17 08:30:12 +01:00
parent 88bbd847e0
commit 5909502a13
1 changed files with 4 additions and 0 deletions

View File

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