interjob was not getting initialized at the end of the 1st pass
because for some unfathomable reason, I did not save the job in
the filter objects private data even though I had a job variable there.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4599
b64f7644-9d1e-0410-96f1-
a4d463321fa5
&pv->cfr, &pv->vrate, &pv->vrate_base );
}
- //pv->job = init->job;
+ pv->job = init->job;
/* Setup FIFO queue for subtitle cache */
pv->delay_queue = hb_fifo_init( 8, 1 );