diff options
author | Bradley Sepos <[email protected]> | 2016-06-27 18:15:57 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2016-06-27 18:15:57 -0400 |
commit | 9905eb75a2372039bff7483521923c1f5d603323 (patch) | |
tree | 1921976ef65583782b462037c9a390db2b53a93b /test/test.c | |
parent | b4c23bf71aa401b67dd0afbbe18eeb247a285c80 (diff) |
preset: Add CLI Default preset. (#214)
Diffstat (limited to 'test/test.c')
-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 |