How to decode h264 file reverse

Jeston TX2, DS:4.0.0
i have o h264 video, first decode the N frame, and now iwant to decode N-1, N-2 frame, can i use nvv4l2decoder to decode h264 converse

Hi,
The video decoding is continuous. For this usecase, you would need to customize the appliccation to keep the decoded frames and re-order to reverse order.