[svn] / branches / dev-api-3 / vfw / src / codec.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/vfw/src/codec.c

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

revision 323, Sun Jul 21 03:30:25 2002 UTC revision 324, Sun Jul 21 03:49:47 2002 UTC
# Line 306  Line 306 
306          if (codec->config.debug) param.global |= XVID_GLOBAL_DEBUG;          if (codec->config.debug) param.global |= XVID_GLOBAL_DEBUG;
307          param.max_bframes = codec->config.max_bframes;          param.max_bframes = codec->config.max_bframes;
308          param.bquant_ratio = codec->config.bquant_ratio;          param.bquant_ratio = codec->config.bquant_ratio;
309            param.frame_drop_ratio = codec->config.frame_drop_ratio;
310  #endif  #endif
311    
312          switch(xvid_encore(0, XVID_ENC_CREATE, &param, NULL))          switch(xvid_encore(0, XVID_ENC_CREATE, &param, NULL))
# Line 519  Line 520 
520          frame.bquant = 0;          frame.bquant = 0;
521  #endif  #endif
522    
523          OutputDebugString(" ");  //      OutputDebugString(" ");
524          switch (xvid_encore(codec->ehandle, XVID_ENC_ENCODE, &frame, &stats))          switch (xvid_encore(codec->ehandle, XVID_ENC_ENCODE, &frame, &stats))
525          {          {
526          case XVID_ERR_FAIL :          case XVID_ERR_FAIL :

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

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