--- trunk/vfw/src/codec.c 2002/07/21 03:30:25 323 +++ trunk/vfw/src/codec.c 2002/07/21 03:49:47 324 @@ -306,6 +306,7 @@ if (codec->config.debug) param.global |= XVID_GLOBAL_DEBUG; param.max_bframes = codec->config.max_bframes; param.bquant_ratio = codec->config.bquant_ratio; + param.frame_drop_ratio = codec->config.frame_drop_ratio; #endif switch(xvid_encore(0, XVID_ENC_CREATE, ¶m, NULL)) @@ -519,7 +520,7 @@ frame.bquant = 0; #endif - OutputDebugString(" "); +// OutputDebugString(" "); switch (xvid_encore(codec->ehandle, XVID_ENC_ENCODE, &frame, &stats)) { case XVID_ERR_FAIL :