From 7595e16be561bc11ca94e91e684613435c823238 Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Mon, 31 Oct 2022 19:18:04 +0100 Subject: [PATCH] doc fixes --- include/vlc_opengl_filter.h | 2 +- include/vlc_window.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/vlc_opengl_filter.h b/include/vlc_opengl_filter.h index 9a10a9761f..513ed15807 100644 --- a/include/vlc_opengl_filter.h +++ b/include/vlc_opengl_filter.h @@ -153,7 +153,7 @@ struct vlc_gl_picture { * floats */ VLC_API void -vlc_gl_picture_ToTexCoords(const struct vlc_gl_picture *pic, +vlc_gl_picture_ToTexCoords(const struct vlc_gl_picture *picture, unsigned coords_count, const float *pic_coords, float *tex_coords_out); diff --git a/include/vlc_window.h b/include/vlc_window.h index 872b9834a5..d4d2fa4962 100644 --- a/include/vlc_window.h +++ b/include/vlc_window.h @@ -572,7 +572,6 @@ static inline void vlc_window_SetTitle(vlc_window_t *window, const char *title) * while the window is enabled. * * \param window window to enable - * \param cfg initial configuration for the window */ VLC_API int vlc_window_Enable(vlc_window_t *window); @@ -645,7 +644,9 @@ static inline void vlc_window_ReportClose(vlc_window_t *window) * the window that the state of the window changed. * * \param window the window reporting the state change - * \param state \see vlc_window_state + * \param state the new state from the window implementation + * + * \see vlc_window_state */ static inline void vlc_window_ReportState(vlc_window_t *window, unsigned state)