Commit 5909502a authored by Max Kellermann's avatar Max Kellermann

test/DumpDecoderClient: add API documentation

parent 88bbd847
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment