diff options
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index b4d12a062..54503ef72 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -91,9 +91,11 @@ using libdcp::raw_convert; * 7 -> 8 * Use <Scale> tag in <VideoContent> rather than <Ratio>. * 8 -> 9 - * DCI -> ISDCF + * DCI -> ISDCF. + * 9 -> 10 + * Subtitle X and Y scale. */ -int const Film::current_state_version = 9; +int const Film::current_state_version = 10; /** Construct a Film object in a given directory. * |
