[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 324, Sun Jul 21 03:49:47 2002 UTC revision 325, Sun Jul 21 14:05:38 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.60 2002-07-21 03:41:44 suxen_drol Exp $   *  $Id: encoder.c,v 1.61 2002-07-21 14:05:38 edgomez Exp $
43   *   *
44   ****************************************************************************/   ****************************************************************************/
45    
# Line 209  Line 209 
209    
210          /* 1 keyframe each 10 seconds */          /* 1 keyframe each 10 seconds */
211    
212          if (pParam->max_key_interval == 0)          if (pParam->max_key_interval <= 0)
213                  pParam->max_key_interval = 10 * pParam->fincr / pParam->fbase;                  pParam->max_key_interval = 10 * pParam->fincr / pParam->fbase;
214    
215          pEnc = (Encoder *) xvid_malloc(sizeof(Encoder), CACHE_LINE);          pEnc = (Encoder *) xvid_malloc(sizeof(Encoder), CACHE_LINE);

Legend:
Removed from v.324  
changed lines
  Added in v.325

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