Commit 269bc558 authored by Olivier Aubert's avatar Olivier Aubert

Annotation libvlc_media_get_user_data tracks parameter as an [OUT] parameter

parent 321012f5
...@@ -504,7 +504,7 @@ LIBVLC_API void *libvlc_media_get_user_data( libvlc_media_t *p_md ); ...@@ -504,7 +504,7 @@ LIBVLC_API void *libvlc_media_get_user_data( libvlc_media_t *p_md );
* *
* \param p_md media descriptor object * \param p_md media descriptor object
* \param tracks address to store an allocated array of Elementary Streams * \param tracks address to store an allocated array of Elementary Streams
* descriptions (must be freed by the caller) * descriptions (must be freed by the caller) [OUT]
* *
* \return the number of Elementary Streams * \return the number of Elementary Streams
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment