summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2014-03-06 23:16:41 +0100
committerGrigori Goronzy <greg@chown.ath.cx>2014-03-06 23:16:41 +0100
commit9416f2550d7b0ae16756771b550accccf85eb256 (patch)
treeabd36d77d84180f81290cd0f2f396f71f5df0131
parent2a93f7b5c9844f0d95f92be0557272de8df43ecc (diff)
downloadlibass-9416f2550d7b0ae16756771b550accccf85eb256.tar.bz2
libass-9416f2550d7b0ae16756771b550accccf85eb256.tar.xz
Fix API documentation of change detection
-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);