summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-06-09 23:57:00 +0100
committerCarl Hetherington <cth@carlh.net>2018-06-09 23:57:00 +0100
commitf3db6f37c85352ad7631078907439ce8ff151b3d (patch)
treeb3bcb0606ed8ad53ef0f8eec8c159c72ba561df0 /ChangeLog
parent4513308f3c08579d53a0eee91b470dca3a28cbc2 (diff)
Fix bad parsing of ASS lines embedded into FFmpeg files and containing commas.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85b0f21a9..7f4c185f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
2018-06-09 Carl Hetherington <cth@carlh.net>
+ * Fix bad parsing of ASS lines embedded into FFmpeg files
+ and containing commas.
+
* Add option to open a DCP in the player (#1312).
-a2018-06-08 Carl Hetherington <cth@carlh.net>
+2018-06-08 Carl Hetherington <cth@carlh.net>
* Add support for rotation and flipping of video sources,
and auto-detect when this is necessary (#966).