Merge master.
[dcpomatic.git] / src / lib / film.cc
index 11fb9e4b0a671f6eef1ab9db22da95f565083f66..aecb389fd5e67b4a7b2cb9a01a1572196e4d7cd9 100644 (file)
@@ -85,8 +85,10 @@ using dcp::Signer;
  * AudioMapping XML changed.
  * 6 -> 7
  * Subtitle offset changed to subtitle y offset, and subtitle x offset added.
+ * 7 -> 8
+ * Use <Scale> tag in <VideoContent> rather than <Ratio>.
  */
-int const Film::current_state_version = 7;
+int const Film::current_state_version = 8;
 
 /** Construct a Film object in a given directory.
  *