[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 175, Sun May 12 17:21:30 2002 UTC revision 176, Mon May 13 10:07:41 2002 UTC
# Line 374  Line 374 
374    
375          if (codec->config.interlacing)          if (codec->config.interlacing)
376                  frame.general |= XVID_INTERLACING;                  frame.general |= XVID_INTERLACING;
377    // fix 1pass modes/hinted MV by koepi
378            if (codec->config.hinted_me && (codec->config.mode == DLG_MODE_CBR || codec->config.mode == DLG_MODE_VBR_QUAL || codec->config.mode == DLG_MODE_VBR_QUANT))
379            {
380                    codec->config.hinted_me = 0;
381            }
382    // end of ugly hack
383    
384          if (codec->config.hinted_me && codec->config.mode == DLG_MODE_2PASS_1)          if (codec->config.hinted_me && codec->config.mode == DLG_MODE_2PASS_1)
385          {          {

Legend:
Removed from v.175  
changed lines
  Added in v.176

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