1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00

Fix doxygen command in a comment

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
Alexey Sokolov 2011-05-01 12:29:55 +03:00 committed by Rémi Denis-Courmont
parent 418e8562b9
commit 104335bb00

View File

@ -494,7 +494,7 @@ VLC_PUBLIC_API void *libvlc_media_get_user_data( libvlc_media_t *p_md );
* \param tracks address to store an allocated array of Elementary Streams
* descriptions (must be freed by the caller)
*
* return the number of Elementary Streams
* \return the number of Elementary Streams
*/
VLC_PUBLIC_API
int libvlc_media_get_tracks_info( libvlc_media_t *p_md,