hwaccel: enable full HW pipeline when color_range is auto (#7296)

This commit is contained in:
dashsantosh-mcw 2025-10-07 12:37:06 +05:30 committed by GitHub
parent f9d40b4fe6
commit 22b8e81bc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;