[vlc-commits] libvlc: fix remaining OpenGL comment
Steve Lhomme
git at videolan.org
Wed Feb 12 16:49:36 CET 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Feb 12 12:17:02 2020 +0100| [a5f7de76d782dfb63b92b58fabdd9437e435b2c1] | committer: Steve Lhomme
libvlc: fix remaining OpenGL comment
The callback is now more generic than OpenGL context managing.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a5f7de76d782dfb63b92b58fabdd9437e435b2c1
---
include/vlc/libvlc_media_player.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index fa5147a2ae..17c8690442 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -732,7 +732,7 @@ typedef bool( *libvlc_video_output_select_plane_cb )( void *opaque, size_t plane
* \param resize_cb callback to set the resize callback
* \param update_output_cb callback to get the rendering format of the host (cannot be NULL)
* \param swap_cb callback called after rendering a video frame (cannot be NULL)
- * \param makeCurrent_cb callback called to enter/leave the opengl context (cannot be NULL)
+ * \param makeCurrent_cb callback called to enter/leave the rendering context (cannot be NULL)
* \param getProcAddress_cb opengl function loading callback (cannot be NULL for \ref libvlc_video_engine_opengl and for \ref libvlc_video_engine_gles2)
* \param metadata_cb callback to provide frame metadata (D3D11 only)
* \param select_plane_cb callback to select different D3D11 rendering targets
More information about the vlc-commits
mailing list