vlc | branch: master | Olivier Aubert <[email protected]> | Thu Jun 28 10:42:36 2012 +0200| [269bc558110cc3497f3346c3ca5991f0e6f04513] | committer: Olivier Aubert
Annotation libvlc_media_get_user_data tracks parameter as an [OUT] parameter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=269bc558110cc3497f3346c3ca5991f0e6f04513 --- include/vlc/libvlc_media.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h index d743833..f8b267d 100644 --- a/include/vlc/libvlc_media.h +++ b/include/vlc/libvlc_media.h @@ -504,7 +504,7 @@ LIBVLC_API void *libvlc_media_get_user_data( libvlc_media_t *p_md ); * * \param p_md media descriptor object * \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 */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
