Make storage of VideoFrameType robust by using a string in the XML rather than a...
[dcpomatic.git] / src / lib / film.cc
index db8da56b49e3ec748f54caf8ee49dd8ebc5269b3..ff5cba0001bd1a794e2d6099151ca6f2f62aa631 100644 (file)
@@ -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.
  *