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

Diff of /branches/dev-api-4/xvidcore/src/utils/ratecontrol.c

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

trunk/xvidcore/src/utils/ratecontrol.c revision 221, Mon Jun 17 12:23:32 2002 UTC branches/dev-api-4/xvidcore/src/utils/ratecontrol.c revision 1032, Sat May 17 13:37:49 2003 UTC
# Line 24  Line 24 
24   *   *
25   *  - Mon Jun 17 13:04:15 2002 Added legal header   *  - Mon Jun 17 13:04:15 2002 Added legal header
26   *   *
27   *  $Id: ratecontrol.c,v 1.13 2002-06-17 12:23:32 edgomez Exp $   *  $Id: ratecontrol.c,v 1.19.2.1 2003-05-17 13:37:11 suxen_drol Exp $
28   *   *
29   ****************************************************************************/   ****************************************************************************/
30    
# Line 131  Line 131 
131                                           (double) rate_control->framerate) *                                           (double) rate_control->framerate) *
132                                          (double) rate_control->frames));                                          (double) rate_control->frames));
133    
134          DEBUGCBR((int32_t) (rate_control->frames - 1), rate_control->rtn_quant,          DPRINTF(XVID_DEBUG_RC, "CBR: frame: %i, quant: %i, deviation: %i\n",
135                                            (int32_t)(rate_control->frames - 1),
136                                            rate_control->rtn_quant,
137                           (int32_t) deviation);                           (int32_t) deviation);
138    
139          if (rate_control->rtn_quant >= 2) {          if (rate_control->rtn_quant >= 2) {

Legend:
Removed from v.221  
changed lines
  Added in v.1032

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