Tuesday, May 10, 2005

Enlarge hdtv internal write buffer

Increase HDTV internal write buffer to reduce IOBOUND messages:

[tv_rec.cpp]:

else if (cardtype == "HDTV")
{
rbuffer->SetWriteBufferSize(8*1024*1024);

Was: 4*1024*1024

After syncing with cvs, must re-patch with these settings.

0 Comments:

Post a Comment

<< Home