summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-03 00:04:31 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-03 23:25:19 +0200
commitd311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f (patch)
treeab41f58144bda078f96ce23f6328bd36cbd18dc6 /src/lib/film.h
parent8c39f950ec8f8b3cf4d258279ab499d7e71dafc8 (diff)
C++11 and whitespace cleanups.
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 55bbb4069..7103f6271 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -18,14 +18,17 @@
*/
+
/** @file src/film.h
* @brief A representation of some audio and video content, and details of
* how they should be presented in a DCP.
*/
+
#ifndef DCPOMATIC_FILM_H
#define DCPOMATIC_FILM_H
+
#include "change_signaller.h"
#include "dcp_text_track.h"
#include "frame_rate_change.h"
@@ -45,6 +48,7 @@
#include <string>
#include <vector>
+
namespace xmlpp {
class Document;
}
@@ -66,6 +70,7 @@ struct isdcf_name_test;
struct recover_test_2d_encrypted;
struct atmos_encrypted_passthrough_test;
+
class InfoFileHandle
{
public:
@@ -413,7 +418,6 @@ public:
return _isdcf_date;
}
-
/* SET */
void set_directory (boost::filesystem::path);