[vlc-commits] Annotation libvlc_media_get_user_data tracks	parameter as an [OUT] parameter
    Olivier Aubert 
    git at videolan.org
       
    Thu Jun 28 10:44:30 CEST 2012
    
    
  
vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | 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
  */
    
    
More information about the vlc-commits
mailing list