My project is to use the VAAPI hardware acceleration linked with FFmpeg.
I managed to decode with VAAPI however I would like to be able to display the video coming out of VAAPI using OpenGL.
Are there functions that allow this?
I know that for that you have to play with VAAPI's surface VASurfaceID
but I do not see how...