[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 619, Sat Nov 2 15:52:31 2002 UTC revision 621, Sat Nov 2 16:12:27 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.76.2.14 2002-11-02 15:52:30 chl Exp $   *  $Id: encoder.c,v 1.76.2.15 2002-11-02 16:12:27 chl Exp $
43   *   *
44   ****************************************************************************/   ****************************************************************************/
45    
# Line 1620  Line 1620 
1620          }          }
1621    
1622          if (pEnc->current->global_flags & XVID_GMC) {          if (pEnc->current->global_flags & XVID_GMC) {
1623                  printf("Global Motion = %d %d quarterpel=%d\n", pEnc->current->GMC_MV.x, pEnc->current->GMC_MV.y,pEnc->current->quarterpel);  //              printf("Global Motion = %d %d quarterpel=%d\n", pEnc->current->GMC_MV.x, pEnc->current->GMC_MV.y,pEnc->current->quarterpel);
1624                  pEnc->current->coding_type = S_VOP;                  pEnc->current->coding_type = S_VOP;
1625          } else          } else
1626                  pEnc->current->coding_type = P_VOP;                  pEnc->current->coding_type = P_VOP;

Legend:
Removed from v.619  
changed lines
  Added in v.621

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