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

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

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

revision 1201, Sun Nov 9 20:47:14 2003 UTC revision 1202, Sun Nov 9 20:49:21 2003 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: encoder.c,v 1.95.2.48 2003-11-09 20:47:14 edgomez Exp $   * $Id: encoder.c,v 1.95.2.49 2003-11-09 20:49:21 edgomez Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 648  Line 648 
648      data.mb_height = pEnc->mbParam.mb_height;      data.mb_height = pEnc->mbParam.mb_height;
649      data.fincr = frame->fincr;      data.fincr = frame->fincr;
650      data.fbase = pEnc->mbParam.fbase;      data.fbase = pEnc->mbParam.fbase;
651            data.bquant_ratio = pEnc->mbParam.bquant_ratio;
652            data.bquant_offset = pEnc->mbParam.bquant_offset;
653    
654      for (i=0; i<3; i++) {      for (i=0; i<3; i++) {
655          data.min_quant[i] = pEnc->mbParam.min_quant[i];          data.min_quant[i] = pEnc->mbParam.min_quant[i];

Legend:
Removed from v.1201  
changed lines
  Added in v.1202

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