Hi, I want to know if the output of declink is in decode order or display order in vdec_vdis demo.
I change the link structure as below:
BitOutHost-BitInVideo-DEC-OutVideo-InVpss-Dup ---- FrameOutVpss-FrameInHost
|
SWMS ---- Display
After FrameInHost, I use mmap to the frame buffer data and write it into a yuv file.
Then I play the yuv file and find that the picture is there but it seems that the picture order is sometimes reversed.So I doubt whether the output order of declink is the same as display order if there are B frames.
The display result is correct with no order reversed.What makes the difference between the displayed video and the video written to file?