summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-31 17:26:46 +0100
committerwm4 <wm4@nowhere>2015-12-31 17:58:28 +0100
commit11f121859c3d3f81f3de3153a18752a70c689580 (patch)
treedc9e016595ad0eb962abbd6639e42eea74520aac /Changelog
parent59f858b22477a02f835b6464928f28e4aaf38baa (diff)
downloadlibass-11f121859c3d3f81f3de3153a18752a70c689580.tar.bz2
libass-11f121859c3d3f81f3de3153a18752a70c689580.tar.xz
ass: add ass_set_check_readorder() API function
Not all API users will keep the event list on seeking. This also gives the opportunity to API users to handle severely broken files with duplicate ReadOrder entries. (It is not known whether this is really needed, however VSFilter does not deduplicate using the ReadOrder field.)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index e7a25f4..ebb6825 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,6 @@
libass (0.13.2 - unreleased)
+ * Add ass_set_check_readorder() API function to disable use of the ReadOrder
+ field for duplicate checking in ass_process_chunk().
* Bug fixes
* Fix an issue with the new duplicate checking, which could lead to
missing subtitles after seeking.