diff options
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index db8da56b4..ff5cba000 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -111,8 +111,10 @@ using boost::is_any_of; * 33 -> 34 * Content only contains audio/subtitle-related tags if those things * are present. + * 34 -> 35 + * VideoFrameType in VideoContent is a string rather than an integer. */ -int const Film::current_state_version = 34; +int const Film::current_state_version = 35; /** Construct a Film object in a given directory. * |
