I have two questions.
First, I found demo.c show me how to get event via registerEventHandler.
But I did not find the demo program show me when and how to cancel this event handler.
Please tell me how do this or just ignore the event.
Second, why decLink_h264.c need to set a flag pChObj->decErrorMsg.reportA8 = FALSE; to avoid reporting the decord error repeatly?
If the program did not have this flag, what is the result?