summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorsr55 <[email protected]>2014-11-18 21:57:24 +0000
committersr55 <[email protected]>2014-11-18 21:57:24 +0000
commit4d35ad869f5f0d8804778fdb61fafe31d65d3f8f (patch)
tree26c5a429a2e5dd516c99a7e4ae9d34372a4db43f /test
parent47941422b971c0e456b52cc818840275647dd6b5 (diff)
CLI: add use_hwd code that went missing back into test.c
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6528 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index cf73c614e..df5a05c9c 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1720,6 +1720,11 @@ static int HandleEvents( hb_handle_t * h )
hb_add_filter( job, filter, rotate_opt);
}
+ if (use_hwd)
+ {
+ job->use_hwd = use_hwd;
+ }
+
hb_geometry_t srcGeo, resultGeo;
hb_ui_geometry_t uiGeo;