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

Diff of /trunk/xvidcore/src/encoder.c

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

revision 967, Fri Apr 4 03:16:09 2003 UTC revision 975, Tue Apr 8 11:04:06 2003 UTC
# Line 26  Line 26 
26   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
27   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
28   *   *
29   *  $Id: encoder.c,v 1.97 2003-04-04 03:15:59 Isibaar Exp $   *  $Id: encoder.c,v 1.98 2003-04-08 11:04:06 syskin Exp $
30   *   *
31   ****************************************************************************/   ****************************************************************************/
32    
# Line 1016  Line 1016 
1016                  mode = MEanalysis(&pEnc->reference->image, pEnc->current,                  mode = MEanalysis(&pEnc->reference->image, pEnc->current,
1017                                          &pEnc->mbParam, pEnc->mbParam.iMaxKeyInterval,                                          &pEnc->mbParam, pEnc->mbParam.iMaxKeyInterval,
1018                                          (/*mode < 0*/1/*hack*/) ? pEnc->iFrameNum : 0,                                          (/*mode < 0*/1/*hack*/) ? pEnc->iFrameNum : 0,
1019                                          bframes_count++, pFrame->bframe_threshold);                                          bframes_count++, 0 /*pFrame->bframe_threshold*/);
1020          }          }
1021    
1022          if (mode == I_VOP) {          if (mode == I_VOP) {

Legend:
Removed from v.967  
changed lines
  Added in v.975

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