[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 121, Mon Apr 15 08:03:50 2002 UTC revision 127, Wed Apr 17 14:04:41 2002 UTC
# Line 23  Line 23 
23   *   *
24   *      History:   *      History:
25   *   *
26     *      17.04.2002      re-enabled lumi masking for 1st pass
27   *      15.04.2002      updated cbr support   *      15.04.2002      updated cbr support
28   *      04.04.2002      separated 2-pass code to 2pass.c   *      04.04.2002      separated 2-pass code to 2pass.c
29   *                              interlacing support   *                              interlacing support
# Line 367  Line 368 
368          if(codec->config.motion_search > 4)          if(codec->config.motion_search > 4)
369                  frame.general |= XVID_INTER4V;                  frame.general |= XVID_INTER4V;
370    
371          if(((codec->config.mode == DLG_MODE_2PASS_1) ? 0 : codec->config.lum_masking) == 1)          if (codec->config.lum_masking)
372                  frame.general |= XVID_LUMIMASKING;                  frame.general |= XVID_LUMIMASKING;
373    
374          if (codec->config.interlacing)          if (codec->config.interlacing)

Legend:
Removed from v.121  
changed lines
  Added in v.127

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