diff options
Diffstat (limited to 'src/argb_frame.cc')
| -rw-r--r-- | src/argb_frame.cc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/argb_frame.cc b/src/argb_frame.cc index a48f80bb..99d6c814 100644 --- a/src/argb_frame.cc +++ b/src/argb_frame.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,9 +17,13 @@ */ +/** @file src/argb_frame.cc + * @brief ARGBFrame class. + */ + #include "argb_frame.h" -using namespace libdcp; +using namespace dcp; /** Construct an empty ARGBFrame of a given size and with * undefined contents. |
