[vlc-devel] [PATCH 5/5] player: improve documentation
Thomas Guillem
thomas at gllm.fr
Tue Jun 18 17:28:27 CEST 2019
---
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 3882ae29cf..3e3a5d04f7 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
*
--
2.20.1
More information about the vlc-devel
mailing list