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

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

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

revision 1212, Sun Nov 16 15:32:38 2003 UTC revision 1213, Sun Nov 16 17:41:03 2003 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: encoder.c,v 1.95.2.52 2003-11-16 15:32:37 edgomez Exp $   * $Id: encoder.c,v 1.95.2.53 2003-11-16 17:41:03 edgomez Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 1076  Line 1076 
1076                          type = MEanalysis(&pEnc->reference->image, pEnc->current,                          type = MEanalysis(&pEnc->reference->image, pEnc->current,
1077                                          &pEnc->mbParam, pEnc->mbParam.iMaxKeyInterval,                                          &pEnc->mbParam, pEnc->mbParam.iMaxKeyInterval,
1078                                          pEnc->iFrameNum, pEnc->bframenum_tail, xFrame->bframe_threshold,                                          pEnc->iFrameNum, pEnc->bframenum_tail, xFrame->bframe_threshold,
1079                                          pEnc->bframes[pEnc->bframenum_head]->mbs);                                                            (pEnc->bframes) ? pEnc->bframes[pEnc->bframenum_head]->mbs: NULL);
1080                  }                  }
1081          }          }
1082    

Legend:
Removed from v.1212  
changed lines
  Added in v.1213

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