diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-20 22:11:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-20 22:11:09 +0100 |
| commit | 06b218772cf18041edb11b5ed35c8a305b8fe26a (patch) | |
| tree | ffbb19c61a392e65b3370e28762579d98537b583 /src/lib/film.cc | |
| parent | bd5e8b83a3a18787241982efdae809d4db21f65d (diff) | |
Put caption details inside their own tag in the metadata.
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index f6941c1c7..08dd8bdc2 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -124,8 +124,11 @@ string const Film::metadata_file = "metadata.xml"; * VideoFrameType in VideoContent is a string rather than an integer. * 35 -> 36 * EffectColour rather than OutlineColour in Subtitle. + * 36 -> 37 + * CaptionContent can be in a Caption tag, and some of the tag names + * have had Subtitle prefixes or suffixes removed. */ -int const Film::current_state_version = 36; +int const Film::current_state_version = 37; /** Construct a Film object in a given directory. * |
