Skip to content

Commit

Permalink
encvt: log invalid options.
Browse files Browse the repository at this point in the history
  • Loading branch information
galad87 committed May 27, 2024
1 parent d9db0e0 commit 044870c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libhb/platform/macosx/encvt.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,10 @@ static int hb_vt_parse_options(hb_work_private_t *pv, hb_job_t *job)
pv->settings.maxReferenceBufferCount = ref;
}
}
else
{
hb_log("encvt_Init: unknown option '%s'", key);
}

}
hb_dict_free(&opts);
Expand Down

0 comments on commit 044870c

Please sign in to comment.