test/DumpDecoderClient: allow overriding GetCommand()
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
* A #DecoderClient implementation which dumps metadata to stderr and
|
||||
* decoded data to stdout.
|
||||
*/
|
||||
class DumpDecoderClient final : public DecoderClient {
|
||||
class DumpDecoderClient : public DecoderClient {
|
||||
bool initialized = false;
|
||||
|
||||
uint16_t prev_kbit_rate = 0;
|
||||
|
Reference in New Issue
Block a user