[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 595, Sat Oct 12 14:40:36 2002 UTC revision 609, Thu Oct 24 07:28:18 2002 UTC
# Line 236  Line 236 
236          // DEBUG2("frate fscale", codec->frate, codec->fscale);          // DEBUG2("frate fscale", codec->frate, codec->fscale);
237          codec->fincr = icf->dwScale;          codec->fincr = icf->dwScale;
238          codec->fbase = icf->dwRate;          codec->fbase = icf->dwRate;
239    
240            if (codec->fbase == 0 || codec->fincr == 0)
241            {
242                    codec->fbase = 25;
243                    codec->fincr = 1;
244            }
245    
246          return ICERR_OK;          return ICERR_OK;
247  }  }
248    

Legend:
Removed from v.595  
changed lines
  Added in v.609

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