Hi All,
I was creating my usecase like
IpcBitsOutHLOSId->IpcBItsInVideo->DecId->swMsId->displayId
From *.avi file i was reading frame using av_read_frame() (using FFMPEG API) and copying the single packet to IpcBitsOutLink_putFullVideoBitStreamBufs() then its followed the usecase link data flow
the output of this usecase I was getting single frame appearing in display after that no frames in display.
the decode print statics is below.
[m3video] *** DECODE Statistics ***
[m3video]
[m3video] Elasped Time : 0 secs
[m3video]
[m3video]
[m3video] CH | In Recv In User Out
[m3video] Num | FPS Skip FPS FPS
[m3video] -----------------------------------
[m3video] 0 | 0 0 0
what could be the root cause of this issue?.
Regards,
Kolanchi