Tidying.
[libdcp.git] / src / picture_asset_writer.cc
index a8dee68cae2f2668e46a9105cd870ea4350828e6..f9f6630c56510c076555a7428d06fb44d35b1fe1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
+
+/** @file  src/picture_asset_writer.cc
+ *  @brief PictureAssetWriter and FrameInfo classes
+ */
+
+
 #include "picture_asset_writer.h"
 #include "exceptions.h"
 #include "picture_asset.h"
 #include <inttypes.h>
 #include <stdint.h>
 
+
 using std::string;
 using std::shared_ptr;
 using namespace dcp;
 
+
 PictureAssetWriter::PictureAssetWriter (PictureAsset* asset, boost::filesystem::path file, bool overwrite)
        : AssetWriter (asset, file)
        , _picture_asset (asset)