summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2021-08-07 01:16:10 +0200
committerOneric <oneric@oneric.stub>2022-04-26 21:54:28 +0200
commit698959ab93091724b6113c291ce928fcb1ea8175 (patch)
tree07375b7ea79102fad6ed85fe8f26a21cf0026b36
parentcba045a65d7dfe08e86fedc509002f84bd39b760 (diff)
downloadlibass-698959ab93091724b6113c291ce928fcb1ea8175.tar.bz2
libass-698959ab93091724b6113c291ce928fcb1ea8175.tar.xz
doc: state when ass_track_set_feature is legal
-rw-r--r--libass/ass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass.h b/libass/ass.h
index 8422c82..c7ff8d9 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -609,6 +609,7 @@ ASS_Track *ass_new_track(ASS_Library *);
* headers. (ass_process_chunk() will not change any of the flags.)
* Additions to ASS_Feature are backward compatible to old libass releases (ABI
* compatibility).
+ * After calling ass_render_frame, changing features is no longer allowed.
* \param track track
* \param feature the specific feature to enable or disable
* \param enable 0 for disable, any non-0 value for enable