From 9416f2550d7b0ae16756771b550accccf85eb256 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Thu, 6 Mar 2014 23:16:41 +0100 Subject: Fix API documentation of change detection --- libass/ass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libass') diff --git a/libass/ass.h b/libass/ass.h index 608eb61..878c574 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -344,8 +344,8 @@ void ass_set_cache_limits(ASS_Renderer *priv, int glyph_max, * \param priv renderer handle * \param track subtitle track * \param now video timestamp in milliseconds - * \param detect_change will be set to 1 if a change occured compared - * to the last invocation + * \param detect_change compare to the previous call and set to 1 + * if positions changed, or set to 2 if content changed. */ ASS_Image *ass_render_frame(ASS_Renderer *priv, ASS_Track *track, long long now, int *detect_change); -- cgit v1.2.3