Basics of per-channel audio gain.
[dcpomatic.git] / src / lib / film.cc
index edd47c6d056df916df4793e63d7fe965774a8865..8586d4b73627249eef33fe8d0c4b62cc3da94049 100644 (file)
@@ -81,7 +81,10 @@ using boost::optional;
 using libdcp::Size;
 using libdcp::Signer;
 
-int const Film::state_version = 5;
+/* 5 -> 6
+ * AudioMapping XML changed.
+ */
+int const Film::state_version = 6;
 
 /** Construct a Film object in a given directory.
  *