]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout_display.h
Added a way to retreive an opengl context from a vout display.
[vlc] / include / vlc_vout_display.h
index f7c436d48dd84a4631c0be62a63a7ceeb429ba94..5f927e0971de0da3934c8b8f5189a4f0af3ca8b1 100644 (file)
@@ -157,6 +157,9 @@ enum {
      * The cropping requested is stored by video_format_t::i_x/y_offset and
      * video_format_t::i_visible_width/height */
     VOUT_DISPLAY_CHANGE_SOURCE_CROP,   /* const video_format_t *p_source */
+
+    /* Ask an opengl interface if available. */
+    VOUT_DISPLAY_GET_OPENGL,           /* vout_opengl_t ** */
 };
 
 /**