[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 671, Sat Nov 23 14:57:09 2002 UTC revision 680, Wed Nov 27 11:50:33 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.21 2002-11-23 14:57:09 syskin Exp $   *  $Id: encoder.c,v 1.76.2.22 2002-11-27 11:50:33 suxen_drol Exp $
43   *   *
44   ****************************************************************************/   ****************************************************************************/
45    
# Line 945  Line 945 
945    
946                  if (pEnc->current->global_flags & XVID_MPEGQUANT) pEnc->mbParam.m_quant_type = MPEG4_QUANT;                  if (pEnc->current->global_flags & XVID_MPEGQUANT) pEnc->mbParam.m_quant_type = MPEG4_QUANT;
947    
948                    if ((pEnc->current->global_flags & XVID_CUSTOM_QMATRIX) > 0) {
949                            if (pFrame->quant_intra_matrix != NULL)
950                                    set_intra_matrix(pFrame->quant_intra_matrix);
951                            if (pFrame->quant_inter_matrix != NULL)
952                                    set_inter_matrix(pFrame->quant_inter_matrix);
953                    }
954    
955    
956                  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",
957                                  pEnc->bframenum_head, pEnc->bframenum_tail,                                  pEnc->bframenum_head, pEnc->bframenum_tail,
958                                  pEnc->queue_head, pEnc->queue_tail, pEnc->queue_size);                                  pEnc->queue_head, pEnc->queue_tail, pEnc->queue_size);

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

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