I have integrated a custom decoder on FFMPEG
framework. The output of this decoder is YUV420 frames, which if required i can convert it to RGB24 frames.
These frames are generated in one of my custom functions. So in order to render these frames on FFPLAY
window what has to be done? Is there any specific syntax or procedure to follow?
I'm really new to FFPLAY
and have searched enough over this topic on net, but have not got anything related to this issue. If anyone can provide any answers or suggestions regarding this, it will be of great help to me.
Thanks in advance.
--Regards