[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 609, Thu Oct 24 07:28:18 2002 UTC revision 611, Thu Oct 24 14:45:24 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;
   
         if (codec->fbase == 0 || codec->fincr == 0)  
         {  
                 codec->fbase = 25;  
                 codec->fincr = 1;  
         }  
   
239          return ICERR_OK;          return ICERR_OK;
240  }  }
241    

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

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