summaryrefslogtreecommitdiff
path: root/src/reel_closed_caption_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_closed_caption_asset.h')
-rw-r--r--src/reel_closed_caption_asset.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/reel_closed_caption_asset.h b/src/reel_closed_caption_asset.h
index 31122299..0aad8740 100644
--- a/src/reel_closed_caption_asset.h
+++ b/src/reel_closed_caption_asset.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
This file is part of libdcp.
@@ -31,13 +31,16 @@
files in the program, then also delete it here.
*/
+
/** @file src/reel_closed_caption_asset.h
- * @brief ReelClosedCaptionAsset class.
+ * @brief ReelClosedCaptionAsset class
*/
+
#ifndef LIBDCP_REEL_CLOSED_CAPTION_ASSET_H
#define LIBDCP_REEL_CLOSED_CAPTION_ASSET_H
+
#include "language_tag.h"
#include "subtitle_asset.h"
#include "reel_asset.h"
@@ -49,10 +52,12 @@ struct verify_invalid_language2;
namespace dcp {
+
class SubtitleAsset;
+
/** @class ReelClosedCaptionAsset
- * @brief Part of a Reel's description which refers to a closed caption XML/MXF file.
+ * @brief Part of a Reel's description which refers to a closed caption XML/MXF file
*/
class ReelClosedCaptionAsset : public ReelAsset, public ReelMXF
{
@@ -89,6 +94,8 @@ private:
boost::optional<std::string> _language;
};
+
}
+
#endif