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

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

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

revision 1.14, Thu Sep 5 21:23:03 2002 UTC revision 1.16, Sun Sep 22 19:35:38 2002 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - Rate Controler module -   *  - Rate Controler module -
5   *   *
6   *  Copyright(C) 2002 Michael Militzer   *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>
7     *  Copyright(C) 2002 Daniel Smith <danielsmith@astroboymail.com>
8     *  Copyright(C) 2002 Dirk Knop <dknop@gwdg.de>
9   *   *
10   *  This program is an implementation of a part of one or more MPEG-4   *  This program is an implementation of a part of one or more MPEG-4
11   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending
# Line 132  Line 134 
134                                           (double) rate_control->framerate) *                                           (double) rate_control->framerate) *
135                                          (double) rate_control->frames));                                          (double) rate_control->frames));
136    
137          DEBUGCBR((int32_t) (rate_control->frames - 1), rate_control->rtn_quant,          DPRINTF(DPRINTF_DEBUG, "CBR: frame: %i, quant: %i, deviation: %i\n",
138                            (int32_t) (rate_control->frames - 1), rate_control->rtn_quant,
139                           (int32_t) deviation);                           (int32_t) deviation);
140    
141          if (rate_control->rtn_quant >= 2) {          if (rate_control->rtn_quant >= 2) {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.16

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