mirror of https://github.com/HandBrake/HandBrake
hwaccel: enable full HW pipeline when color_range is auto (#7296)
This commit is contained in:
parent
f9d40b4fe6
commit
22b8e81bc5
|
|
@ -1744,7 +1744,7 @@ static void do_job(hb_job_t *job)
|
|||
job->list_filter,
|
||||
job->vcodec,
|
||||
job->title->rotation,
|
||||
job->color_range != job->title->color_range))
|
||||
job->color_range && job->color_range != job->title->color_range))
|
||||
{
|
||||
job->hw_accel = hwaccel;
|
||||
job->hw_pix_fmt = hwaccel->hw_pix_fmt;
|
||||
|
|
|
|||
Loading…
Reference in New Issue