test/DumpDecoderClient: convert to class

This commit is contained in:
Max Kellermann
2018-02-17 08:31:19 +01:00
parent 5909502a13
commit cc3c1f31d0
2 changed files with 8 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ try {
return EXIT_FAILURE;
}
if (!client.initialized) {
if (!client.IsInitialized()) {
fprintf(stderr, "Decoding failed\n");
return EXIT_FAILURE;
}