[vlc-commits] player: improve documentation
Thomas Guillem
git at videolan.org
Thu Jun 20 08:59:23 CEST 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Jun 18 14:13:05 2019 +0200| [712aecb7921aaa952fb1917c2447ca6614309b9d] | committer: Thomas Guillem
player: improve documentation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=712aecb7921aaa952fb1917c2447ca6614309b9d
---
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