- this only appears after running at least one previous encode job so it
got missed in simple one-off testing
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2588
b64f7644-9d1e-0410-96f1-
a4d463321fa5
hb_interjob_t * interjob = hb_interjob_get( job->h );
- if( ( job->sequence_id & 0xFFFFFF ) != ( interjob->last_job && 0xFFFFFF) )
+ if( ( job->sequence_id & 0xFFFFFF ) != ( interjob->last_job & 0xFFFFFF) )
return; // Interjob information is for a different encode.
/* Cache the original framerate before altering it. */