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

Diff of /trunk/xvidcore/src/encoder.c

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

revision 1570, Thu Dec 9 23:02:54 2004 UTC revision 1571, Fri Dec 10 01:31:20 2004 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.112 2004-12-09 04:20:44 syskin Exp $   * $Id: encoder.c,v 1.113 2004-12-10 01:31:20 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 1673  Line 1673 
1673                          pMB->field_pred = 0;                          pMB->field_pred = 0;
1674    
1675                          if (pMB->cbp != 0) {                          if (pMB->cbp != 0) {
1676                                          MBTransQuantInter(&pEnc->mbParam, current, pMB, x, y,                                  pMB->cbp = MBTransQuantInter(&pEnc->mbParam, current, pMB, x, y,
1677                                                                            dct_codes, qcoeff);                                                                            dct_codes, qcoeff);
1678                          }                          }
1679    

Legend:
Removed from v.1570  
changed lines
  Added in v.1571

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