summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-04-25 23:11:07 +0200
committerCarl Hetherington <cth@carlh.net>2025-04-25 23:11:07 +0200
commit4803d2339a953f78b898f1c56c5c4f232f34ea8c (patch)
treeed9de276d2f8e5dd3a7d8ecc58e654e13bdd2193 /src/lib/dcp_video.h
parent9912e2d0582c77acd5cec17f73374742fd409202 (diff)
White space: dcp_video.{cc,h}
Diffstat (limited to 'src/lib/dcp_video.h')
-rw-r--r--src/lib/dcp_video.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h
index 92c155f0c..8a55e6773 100644
--- a/src/lib/dcp_video.h
+++ b/src/lib/dcp_video.h
@@ -50,21 +50,21 @@ class DCPVideo
{
public:
DCPVideo(std::shared_ptr<const PlayerVideo>, int index, int dcp_fps, int64_t bit_rate, Resolution r);
- DCPVideo (std::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr);
+ DCPVideo(std::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr);
- DCPVideo (DCPVideo const&) = default;
- DCPVideo& operator= (DCPVideo const&) = default;
+ DCPVideo(DCPVideo const&) = default;
+ DCPVideo& operator=(DCPVideo const&) = default;
- dcp::ArrayData encode_locally () const;
- dcp::ArrayData encode_remotely (EncodeServerDescription, int timeout = 30) const;
+ dcp::ArrayData encode_locally() const;
+ dcp::ArrayData encode_remotely(EncodeServerDescription, int timeout = 30) const;
- int index () const {
+ int index() const {
return _index;
}
- Eyes eyes () const;
+ Eyes eyes() const;
- bool same (std::shared_ptr<const DCPVideo> other) const;
+ bool same(std::shared_ptr<const DCPVideo> other) const;
static std::shared_ptr<dcp::OpenJPEGImage> convert_to_xyz(std::shared_ptr<const PlayerVideo> frame);
@@ -73,7 +73,7 @@ public:
private:
- void add_metadata (xmlpp::Element *) const;
+ void add_metadata(xmlpp::Element *) const;
std::shared_ptr<const PlayerVideo> _frame;
int _index; ///< frame index within the DCP's intrinsic duration