summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-08 01:30:39 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-08 01:48:50 +0100
commitac2fa2172c30c234a19628d7a9ae696e435a56db (patch)
treec9cfc40955708732ee1f7ad5e0d23feb099cc607 /src/lib/film.cc
parent61f81caacd7d45ace5c1a52c1f7b4f8afac5eb80 (diff)
Support shadow in subtitles (#911).
Diffstat (limited to 'src/lib/film.cc')
-rw-r--r--src/lib/film.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index 3cd3f0f21..313170c21 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -114,8 +114,10 @@ using boost::is_any_of;
* are present.
* 34 -> 35
* VideoFrameType in VideoContent is a string rather than an integer.
+ * 35 -> 36
+ * EffectColour rather than OutlineColour in Subtitle.
*/
-int const Film::current_state_version = 35;
+int const Film::current_state_version = 36;
/** Construct a Film object in a given directory.
*