Parent Directory
|
Revision Log
|
Patch
revision 610, Thu Oct 24 10:56:07 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 |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |