Hello
I'm using the 8168 with the DVRRDK4.01 for NVR.
I like to create 8 channel with 2560x896 with multithreaded application.And every thread is like this
VdecVdis_bitsRdGetEmptyBitBufs(&emptyBufList, chId);
if (emptyBufList.numBufs)
{
VdecVdis_bitsRdReadData(&emptyBufList);
VdecVdis_bitsRdSendFullBitBufs(&emptyBufList);
}
But when I use Vdec_deleteChn() and Vdec_createChn() to create channels repeatedly, Sometime I get the following message time and time again.
[host] RingBuf(377, RingBufferWriterAcquire) - Writer: Acquire already done
I don't understand why. Could someone tell me the reason?
Thanks in advance!