[vlc-commits] player: improve documentation

Thomas Guillem git at videolan.org
Thu Jun 20 09:05:49 CEST 2019


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Jun 18 14:13:05 2019 +0200| [23c368cbf4e12c73f7e8f3870f9ef160b055842e] | committer: Thomas Guillem

player: improve documentation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23c368cbf4e12c73f7e8f3870f9ef160b055842e
---

 include/vlc_player.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_player.h b/include/vlc_player.h
index 5b7a2fe9a8..34599a62a0 100644
--- a/include/vlc_player.h
+++ b/include/vlc_player.h
@@ -670,7 +670,7 @@ struct vlc_player_cbs
         bool enabled, void *data);
 
     /**
-     * Called when the player category delay has changed
+     * Called when the player category delay has changed for the current media
      *
      * @see vlc_player_SetCategoryDelay()
      *
@@ -2392,7 +2392,7 @@ vlc_player_ToggleRecording(vlc_player_t *player)
 }
 
 /**
- * Get the delay of a category
+ * Get the delay of an ES category for the current media
  *
  * @see vlc_player_cbs.on_category_delay_changed
  *



More information about the vlc-commits mailing list