Add support for no-scale of the input video.
[dcpomatic.git] / src / lib / film.cc
index 13481045200ac26be456979fa5fab70e8d8b40f0..00beb870f6e0ead188a1c013cc4f32b23e8594bb 100644 (file)
@@ -85,8 +85,10 @@ using libdcp::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.
  *