diff options
Diffstat (limited to 'src/atmos_frame.h')
| -rw-r--r-- | src/atmos_frame.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/atmos_frame.h b/src/atmos_frame.h index 763875bd..0ea60c23 100644 --- a/src/atmos_frame.h +++ b/src/atmos_frame.h @@ -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. @@ -31,19 +31,26 @@ 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 |
