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

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

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

revision 938, Sun Mar 23 04:03:01 2003 UTC revision 940, Sun Mar 23 09:39:29 2003 UTC
# Line 19  Line 19 
19   * along with this program; if not, write to the Free Software   * along with this program; if not, write to the Free Software
20   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21   *   *
22   * $Id: plugin_cbr.c,v 1.1.2.1 2003-03-23 04:03:01 suxen_drol Exp $   * $Id: plugin_cbr.c,v 1.1.2.2 2003-03-23 09:39:29 suxen_drol Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 87  Line 87 
87    
88          /* Last bunch of variables */          /* Last bunch of variables */
89    
90      printf("bytes_per_sec: %i\n", rc->bytes_per_sec);      DPRINTF(DPRINTF_RC, "bytes_per_sec: %i\n", rc->bytes_per_sec);
91      printf("frame rate   : %f\n", (double)create->fbase / create->fincr);      DPRINTF(DPRINTF_RC, "frame rate   : %f\n", (double)create->fbase / create->fincr);
92      printf("target_framesize: %f\n",rc->target_framesize);      DPRINTF(DPRINTF_RC, "target_framesize: %f\n",rc->target_framesize);
93    
94      rc->sequence_quality = 2.0 / (double) rc->rtn_quant;      rc->sequence_quality = 2.0 / (double) rc->rtn_quant;
95          rc->avg_framesize = rc->target_framesize;          rc->avg_framesize = rc->target_framesize;

Legend:
Removed from v.938  
changed lines
  Added in v.940

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