[svn] / trunk / xvidcore / src / utils / ratecontrol.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/utils/ratecontrol.c

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

revision 423, Thu Sep 5 21:23:03 2002 UTC revision 514, Sun Sep 22 17:01:36 2002 UTC
# Line 28  Line 28 
28   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
31   * $Id: ratecontrol.c,v 1.14 2002-09-05 21:23:03 edgomez Exp $   * $Id: ratecontrol.c,v 1.15 2002-09-22 17:01:36 edgomez Exp $
32   *   *
33   ****************************************************************************/   ****************************************************************************/
34    
# Line 132  Line 132 
132                                           (double) rate_control->framerate) *                                           (double) rate_control->framerate) *
133                                          (double) rate_control->frames));                                          (double) rate_control->frames));
134    
135          DEBUGCBR((int32_t) (rate_control->frames - 1), rate_control->rtn_quant,          DPRINTF(DPRINTF_DEBUG, "CBR: frame: %i, quant: %i, deviation: %i\n",
136                            (int32_t) (rate_control->frames - 1), 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.423  
changed lines
  Added in v.514

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