--- branches/dev-api-4/xvidcore/src/plugins/plugin_2pass1.c 2003/04/08 11:12:07 976 +++ branches/dev-api-4/xvidcore/src/plugins/plugin_2pass1.c 2003/04/08 14:01:35 977 @@ -22,7 +22,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: plugin_2pass1.c,v 1.1.2.1 2003-03-23 04:03:01 suxen_drol Exp $ + * $Id: plugin_2pass1.c,v 1.1.2.2 2003-04-08 14:01:09 suxen_drol Exp $ * *****************************************************************************/ @@ -118,10 +118,10 @@ fprintf(rc->stat_file, "%c %d %d %d %d %d\n", type, data->quant, - data->length, data->kblks, data->mblks, - data->ublks); + data->ublks, + data->length); return(0); }