Hi,
To terminate the application, I used Vdec_checkAllBuffersFreed(UInt32* isBufferFree) to check all buffer is freed, and sometimes 'isBufferFree' returns false.
So, I used Vdec_deleteChn() function for all created channel, but, when 'isBufferFree' is returned false, Vdec_deleteChn() is freezing.
Is another way to freeing all buffer?