From b16298340c2c3f23e6b64e283ff3f9ace6880a07 Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Thu, 6 Jul 2023 10:52:09 +0200 Subject: [PATCH] vlc_picture: fix doxygen warning include/vlc_picture.h:452: warning: The following parameter of picture_GetAncillary(const picture_t *pic, vlc_ancillary_id id) is not documented: parameter 'pic' --- include/vlc_picture.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vlc_picture.h b/include/vlc_picture.h index f108bfd2cb..4f9a7deb22 100644 --- a/include/vlc_picture.h +++ b/include/vlc_picture.h @@ -450,6 +450,7 @@ picture_AttachNewAncillary(picture_t *pic, vlc_ancillary_id id, size_t size); /** * Return the ancillary identified by an ID * + * @param pic the picture to get the ancillary from * @param id id of ancillary to request * @return the ancillary or NULL if the ancillary for that particular id is * not present