X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilm.cc;h=ff5cba0001bd1a794e2d6099151ca6f2f62aa631;hb=1daaa67c21d4d28757cdcb06c5e26aec3817867c;hp=db8da56b49e3ec748f54caf8ee49dd8ebc5269b3;hpb=a306df9145d16046e51e8b7ff5222e341e98fdbd;p=dcpomatic.git 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. *