diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index 8972896e7..d8f528433 100644 --- a/test/test.c +++ b/test/test.c @@ -423,6 +423,7 @@ int main( int argc, char ** argv ) hb_global_init(); hb_presets_builtin_update(); + hb_presets_cli_default_init(); /* Init libhb */ h = hb_init(4); // Show all logging until debug level is parsed |