--- encoder/slicetype.c.old 2010-02-05 13:07:35 +0900 +++ encoder/slicetype.c 2010-02-05 13:08:39 +0900 @@ -1021,8 +1021,6 @@ if( h->param.b_deterministic ) i_max_search = X264_MIN( i_max_search, h->lookahead->i_slicetype_length + !keyframe ); - assert( h->frames.b_have_lowres ); - if( !h->lookahead->last_nonb ) return; frames[0] = h->lookahead->last_nonb;