summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-09-15 22:10:57 +0000
committerRodeo <[email protected]>2013-09-15 22:10:57 +0000
commitb112b9861556476f4fcb8650e044f9eba4f15ac4 (patch)
tree7f0cec4bec8e99ce31972ab34508aa95e1fd9dcd /test
parentdf38b4e3b51cd16e1ef7c559717a578852877456 (diff)
QSV: minor refactoring.
Address the easy issues first. Apologies if I broke HandBrakeInterop. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5783 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index 1f7fd3acf..f9ba3a945 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1880,9 +1880,9 @@ static int HandleEvents( hb_handle_t * h )
#ifdef USE_QSV
if (qsv_async_depth >= 0)
{
- job->qsv_async_depth = qsv_async_depth;
+ job->qsv.async_depth = qsv_async_depth;
}
- job->qsv_decode = qsv_decode;
+ job->qsv.decode = qsv_decode;
#endif
/* Grab audio tracks */