Part Number:DRA746
Tool/software: Linux
I feed 200 compressed frame data (parsed by ffmpeg), then issus XDM_FLUSH command; finally I got 184 decoded video frame.
seems the frames in dpb are discarded.
I also noticed that, after issued XDM_FLUSH, I called VIDDEC3_process() but just got one output frame with err == IH264VDEC_ERR_STREAM_END.