summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libass/ass.h4
1 files changed, 2 insertions, 2 deletions
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);