Hi Badri,
I have modified the souce code,and I have go through the "fileRead->decode->fileWrite" .
but I can't not get any frame infomation via the function "IpcFramesInLink_getFullVideoFrames",
Now ,I have 2 questions below:
1: Do I need to change my thread2(receive thread) to callback function to receive decoded frames?
2: I look through the "Chains_ipcFramesSendRecvFxn()" "Vdec_requestBitstreamBuffer()" "Vdec_putBitstreamBuffer()" , and I think the main methods for send and receive bits or frames are the same to my methods, Must I invoke the avove functions ? if not, what's my fault of my operition flow?
Thank you in advance.