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

Diff of /xvidcore/src/encoder.c

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

revision 1.120, Tue Nov 22 10:23:01 2005 UTC revision 1.120.2.1, Mon Jul 10 15:05:30 2006 UTC
# Line 1346  Line 1346 
1346    
1347                  if ( FrameCodeP(pEnc, &bs) == 0 ) {                  if ( FrameCodeP(pEnc, &bs) == 0 ) {
1348                          /* N-VOP, we mustn't code b-frames yet */                          /* N-VOP, we mustn't code b-frames yet */
1349                            if ((pEnc->mbParam.global_flags & XVID_GLOBAL_PACKED) ||
1350                                     pEnc->mbParam.max_bframes == 0)
1351                          call_plugins(pEnc, pEnc->current, &pEnc->sOriginal, XVID_PLG_AFTER, NULL, NULL, stats);                          call_plugins(pEnc, pEnc->current, &pEnc->sOriginal, XVID_PLG_AFTER, NULL, NULL, stats);
1352                          goto done;                          goto done;
1353                  }                  }
# Line 1757  Line 1759 
1759                  (pParam->frame_drop_ratio * mb_width * mb_height) / 100 &&                  (pParam->frame_drop_ratio * mb_width * mb_height) / 100 &&
1760                  ( (pEnc->bframenum_head >= pEnc->bframenum_tail) || !(pEnc->mbParam.global_flags & XVID_GLOBAL_CLOSED_GOP)) )                  ( (pEnc->bframenum_head >= pEnc->bframenum_tail) || !(pEnc->mbParam.global_flags & XVID_GLOBAL_CLOSED_GOP)) )
1761          {          {
1762                  current->sStat.kblks = current->sStat.mblks = 0;                  current->sStat.kblks = current->sStat.mblks = current->sStat.iTextBits = 0;
1763                  current->sStat.ublks = mb_width * mb_height;                  current->sStat.ublks = mb_width * mb_height;
1764    
1765                  BitstreamReset(bs);                  BitstreamReset(bs);

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.120.2.1

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