[vlc-commits] input/clock: (docs) fix old function name
Lyndon Brown
git at videolan.org
Sat Mar 10 20:15:41 CET 2018
vlc | branch: master | Lyndon Brown <jnqnfe at gmail.com> | Sat Mar 3 19:20:20 2018 +0000| [7c638a03ff94b946d5a66a775e32ca21a5e7475e] | committer: Rémi Denis-Courmont
input/clock: (docs) fix old function name
left over from 8f05427a612b1df706492bfb5c41468449deb9e8
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c638a03ff94b946d5a66a775e32ca21a5e7475e
---
src/input/clock.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/input/clock.h b/src/input/clock.h
index dc4c8bd935..34b98de1b5 100644
--- a/src/input/clock.h
+++ b/src/input/clock.h
@@ -31,7 +31,7 @@
/** @struct input_clock_t
* This structure is used to manage clock drift and reception jitters
*
- * XXX input_clock_GetTS can be called from any threads. All others functions
+ * XXX input_clock_ConvertTS can be called from any threads. All others functions
* MUST be called from one and only one thread.
*/
typedef struct input_clock_t input_clock_t;
More information about the vlc-commits
mailing list