For now, the log leve of this is 1. When we feel that the json job code
has stabilized, we may want to change the log level to 2 or 3.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7281
b64f7644-9d1e-0410-96f1-
a4d463321fa5
// because the default values for the job come from the title.
if (job->json != NULL)
{
+ hb_deep_log(1, "json job:\n%s", job->json);
+
// Perform title scan for json job
hb_json_job_scan(job->h, job->json);