Browse Source

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'
pull/162/head
Alexandre Janniaux 3 years ago
committed by Steve Lhomme
parent
commit
b16298340c
  1. 1
      include/vlc_picture.h

1
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

Loading…
Cancel
Save