Improved comments.
[libdcp.git] / src / reel_asset.h
index 344e41c30a6f7b9eb647af942456c38f82e861fd..ba08c267f36585c0ed3623c5db28a25e3d0af665 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
@@ -150,6 +150,8 @@ private:
        boost::optional<int64_t> _entry_point; ///< The &lt;EntryPoint&gt; from the reel's entry for this asset
 };
 
+
 }
 
+
 #endif