[svn] / branches / unlabeled-1.9.1 / vfw / src / codec.c Repository:
ViewVC logotype

Diff of /branches/unlabeled-1.9.1/vfw/src/codec.c

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

revision 106, Sat Apr 6 06:21:30 2002 UTC revision 107, 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.106  
changed lines
  Added in v.107

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