Tidying.
[libdcp.git] / src / atmos_frame.h
index 763875bd4cbc8459a929f03cae3b6e526053adeb..0ea60c2328642349d335f245d13f6496f92a2152 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
+
 /** @file  src/atmos_frame.h
- *  @brief AtmosFrame class.
+ *  @brief AtmosFrame typedef
  */
 
+
 #ifndef LIBDCP_ATMOS_FRAME_H
 #define LIBDCP_ATMOS_FRAME_H
 
+
 #include "frame.h"
 
+
 namespace dcp {
 
+
 typedef Frame<ASDCP::ATMOS::MXFReader, ASDCP::DCData::FrameBuffer> AtmosFrame;
 
+
 }
 
+
 #endif