--- encoder.c 2004/04/04 11:49:36 1.102.2.5 +++ encoder.c 2004/04/03 10:41:42 1.104 @@ -21,7 +21,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: encoder.c,v 1.102.2.5 2004/04/04 11:49:36 syskin Exp $ + * $Id: encoder.c,v 1.104 2004/04/03 10:41:42 syskin Exp $ * ****************************************************************************/ @@ -1856,8 +1856,7 @@ DPRINTF(XVID_DEBUG_DEBUG, "kmu %i %i %i\n", current->sStat.kblks, current->sStat.mblks, current->sStat.ublks); #endif if (current->sStat.kblks + current->sStat.mblks <= - (pParam->frame_drop_ratio * mb_width * mb_height) / 100 && - pEnc->mbParam.max_bframes == 0) + (pParam->frame_drop_ratio * mb_width * mb_height) / 100) { current->sStat.kblks = current->sStat.mblks = 0; current->sStat.ublks = mb_width * mb_height;