--- encoder/slicetype.c.old 2010-01-04 21:35:05 +0900 +++ encoder/slicetype.c 2010-01-04 21:36:43 +0900 @@ -1022,8 +1022,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;