However, I also want to use the great subtitle support in libvlc. With android_display I can provide two surfaces and get the subtitles drawn separately, but with the opengl vout they are always merged onto the same surface which is problematic. Subtitles aren't very common with 360/180 videos, but "flat" SBS 3D videos often have them.
My questions:
- Is support for rendering the subtitles to a different surface coming to the opengl vout, or is it a feature only i need?
![Smile :)](./images/smilies/icon_smile.gif)
- What would be the recommended way if all I want is to get the decoded video onto a texture as quickly as possible? I want to handle everything regarding mapping the video texture onto 3D surfaces myself, so android_display seems like the obvious choice, but opengl has better performance.