Hello,
① Code for video_decode_main.
② It says to render converted video.
Is YUV already converted to RGB format at this time?
③ buffer->planes[0].fd is converted to RGB format and goes into the render function
In NvEglRenderer, is it just to draw on xwindow?
Thank you.