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

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

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

revision 318, Fri Jul 19 15:02:39 2002 UTC revision 322, Sat Jul 20 22:30:30 2002 UTC
# Line 39  Line 39 
39   *             MinChen <chenm001@163.com>   *             MinChen <chenm001@163.com>
40   *  14.04.2002 added FrameCodeB()   *  14.04.2002 added FrameCodeB()
41   *   *
42   *  $Id: encoder.c,v 1.58 2002-07-19 15:02:38 chl Exp $   *  $Id: encoder.c,v 1.59 2002-07-20 22:30:30 albeu Exp $
43   *   *
44   ****************************************************************************/   ****************************************************************************/
45    
# Line 1724  Line 1724 
1724    
1725          *pBits = BitstreamPos(bs) - *pBits;          *pBits = BitstreamPos(bs) - *pBits;
1726    
1727    #ifdef BFRAMES
1728          pEnc->time_pp = ((int32_t)pEnc->mbParam.fbase - (int32_t)pEnc->last_pframe + (int32_t)pEnc->mbParam.m_ticks) % (int32_t)pEnc->mbParam.fbase;          pEnc->time_pp = ((int32_t)pEnc->mbParam.fbase - (int32_t)pEnc->last_pframe + (int32_t)pEnc->mbParam.m_ticks) % (int32_t)pEnc->mbParam.fbase;
1729    
1730          pEnc->last_pframe = pEnc->mbParam.m_ticks;          pEnc->last_pframe = pEnc->mbParam.m_ticks;
1731    #endif
1732          return 0;                                       // inter          return 0;                                       // inter
1733  }  }
1734    

Legend:
Removed from v.318  
changed lines
  Added in v.322

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