summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
authormaxd <[email protected]>2013-10-11 15:29:29 +0000
committermaxd <[email protected]>2013-10-11 15:29:29 +0000
commit66009cb19c3ba6b6a27fc4bcbf1373cb90307a80 (patch)
tree6c914e106dae4c81a0c70ccf821aadf07252ab9d /libhb/work.c
parente37de0578bba59362c27ad636d9bf20085a47388 (diff)
HW: fix for compile and runtime behavior and support of the features/RB601
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5833 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libhb/work.c b/libhb/work.c
index bd5b66529..24f05282b 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -550,14 +550,6 @@ static void do_job(hb_job_t *job)
hb_log( "starting job" );
- if (job->use_opencl || job->use_hwd)
- {
- hb_log("Using GPU: Yes.");
- }
- else
- {
- hb_log("Using GPU: No.");
- }
/* Look for the scanned subtitle in the existing subtitle list
* select_subtitle implies that we did a scan. */
if( !job->indepth_scan && interjob->select_subtitle )