[svn] / branches / dev-api-4 / xvidcore / src / plugins / plugin_2pass1.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/plugins/plugin_2pass1.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 976, Tue Apr 8 11:12:07 2003 UTC revision 977, Tue Apr 8 14:01:35 2003 UTC
# Line 22  Line 22 
22   * along with this program; if not, write to the Free Software   * along with this program; if not, write to the Free Software
23   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24   *   *
25   * $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 $
26   *   *
27   *****************************************************************************/   *****************************************************************************/
28    
# Line 118  Line 118 
118          fprintf(rc->stat_file, "%c %d %d %d %d %d\n",          fprintf(rc->stat_file, "%c %d %d %d %d %d\n",
119          type,          type,
120                  data->quant,                  data->quant,
         data->length,  
121                  data->kblks,                  data->kblks,
122          data->mblks,          data->mblks,
123          data->ublks);          data->ublks,
124            data->length);
125    
126          return(0);          return(0);
127  }  }

Legend:
Removed from v.976  
changed lines
  Added in v.977

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4