Commit 42e04c77 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

libVLC: precise the documentation for chapters_descr parameters

If libvlc_media_player_get_full_chapter_descriptions is called with a
title set to -1, it uses the current title.
parent 6b19e711
...@@ -1192,7 +1192,7 @@ LIBVLC_API ...@@ -1192,7 +1192,7 @@ LIBVLC_API
* \version LibVLC 3.0.0 and later. * \version LibVLC 3.0.0 and later.
* *
* \param p_mi the media player * \param p_mi the media player
* \param index of the title to query for chapters * \param index of the title to query for chapters (uses current title if set to -1)
* \param address to store an allocated array of chapter descriptions * \param address to store an allocated array of chapter descriptions
* descriptions (must be freed with libvlc_chapter_descriptions_release() * descriptions (must be freed with libvlc_chapter_descriptions_release()
* by the caller) [OUT] * by the caller) [OUT]
......
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