vlc | branch: master | Johan Gunnarsson <[email protected]> | Wed Jul 10 22:56:40 2019 +0200| [4858bcdbccb190e4c518b9625b31017e6c40ae65] | committer: Thomas Guillem
player: fix on_position_changed docs link Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4858bcdbccb190e4c518b9625b31017e6c40ae65 --- include/vlc_player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_player.h b/include/vlc_player.h index df5b75b045..57fe35b826 100644 --- a/include/vlc_player.h +++ b/include/vlc_player.h @@ -1429,7 +1429,7 @@ vlc_player_GetLength(vlc_player_t *player); * * @note A started and playing media doesn't have necessarily a valid time. * - * @see vlc_player_cbs.vlc_player_cbs.on_position_changed + * @see vlc_player_cbs.on_position_changed * * @param player locked player instance * @return a valid time or VLC_TICK_INVALID (if no media is set, the media _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
