due to job sequence_id mismatch. masking interjob sequence_id properly fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2522
b64f7644-9d1e-0410-96f1-
a4d463321fa5
hb_interjob_t * interjob = hb_interjob_get( job->h );
- if( ( job->sequence_id & 0xFFFFFF ) != ( interjob->last_job ) )
+ if( ( job->sequence_id & 0xFFFFFF ) != ( interjob->last_job && 0xFFFFFF) )
return; // Interjob information is for a different encode.
/* Cache the original framerate before altering it. */