[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 659, Tue Nov 19 13:21:25 2002 UTC revision 671, Sat Nov 23 14:57:09 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.20 2002-11-19 13:21:25 suxen_drol Exp $   *  $Id: encoder.c,v 1.76.2.21 2002-11-23 14:57:09 syskin Exp $
43   *   *
44   ****************************************************************************/   ****************************************************************************/
45    
# Line 943  Line 943 
943                  else                  else
944                          pEnc->mbParam.m_quarterpel = 0;                          pEnc->mbParam.m_quarterpel = 0;
945    
946                    if (pEnc->current->global_flags & XVID_MPEGQUANT) pEnc->mbParam.m_quant_type = MPEG4_QUANT;
947    
948                  DPRINTF(DPRINTF_DEBUG,"*** IFRAME bf: head=%i tail=%i   queue: head=%i tail=%i size=%i",                  DPRINTF(DPRINTF_DEBUG,"*** IFRAME bf: head=%i tail=%i   queue: head=%i tail=%i size=%i",
949                                  pEnc->bframenum_head, pEnc->bframenum_tail,                                  pEnc->bframenum_head, pEnc->bframenum_tail,
950                                  pEnc->queue_head, pEnc->queue_tail, pEnc->queue_size);                                  pEnc->queue_head, pEnc->queue_tail, pEnc->queue_size);

Legend:
Removed from v.659  
changed lines
  Added in v.671

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