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

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

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

revision 109, Mon Apr 8 12:51:41 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      changed 1st pass quant to always be 2 (2pass_update())
27   *      07.04.2002      added max bitrate constraint, overflow controls (foxer)   *      07.04.2002      added max bitrate constraint, overflow controls (foxer)
28   *      31.03.2002      inital version;   *      31.03.2002      inital version;
29   *   *
# Line 1072  Line 1073 
1073                  nns1.md_u = nns1.md_y = 0;                  nns1.md_u = nns1.md_y = 0;
1074                  nns1.mk_u = nns1.mk_y = 0;                  nns1.mk_u = nns1.mk_y = 0;
1075    
1076                  nns1.quant = stats->quant;  //              nns1.quant = stats->quant;
1077                    nns1.quant = 2;                         // ugly fix for lumi masking in 1st pass returning new quant
1078                  if (frame->intra)                  if (frame->intra)
1079                  {                  {
1080                          nns1.quant |= NNSTATS_KEYFRAME;                          nns1.quant |= NNSTATS_KEYFRAME;

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

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