[cvs] / vfw / src / codec.c Repository:
ViewVC logotype

Diff of /vfw/src/codec.c

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

revision 1.9, Sat Apr 6 06:21:29 2002 UTC revision 1.9.1.1, Sat Apr 6 23:06:36 2002 UTC
# Line 481  Line 481 
481                  frame.intra = 1;                  frame.intra = 1;
482          }          }
483          else if ((codec->keyspacing < codec->config.min_key_interval && codec->framenum) &&          else if ((codec->keyspacing < codec->config.min_key_interval && codec->framenum) &&
484                  (codec->config.mode == DLG_MODE_2PASS_1 || codec->config.mode == DLG_MODE_CBR || codec->config.mode == DLG_MODE_VBR_QUANT ||                  (codec->config.mode == DLG_MODE_2PASS_1))
                 codec->config.mode == DLG_MODE_VBR_QUAL || codec->config.mode == DLG_MODE_NULL))  
485          {          {
486                  DEBUG("current frame forced to p-frame");                  DEBUG("current frame forced to p-frame");
487                  frame.intra = 0;                  frame.intra = 0;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.1.1

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