summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-07 16:50:03 +0200
committerCarl Hetherington <cth@carlh.net>2023-07-07 16:50:03 +0200
commit5c6bd7a9be5f2bf16fc887272a4bc02413c3f5fd (patch)
tree98fe1865a784679b422d9363c442fc9894906f3b /src/lib/dcp_video.h
parent05ca80a67cc99324ee6360b53d79b721ac0047d6 (diff)
Run clang-tidy.
Diffstat (limited to 'src/lib/dcp_video.h')
-rw-r--r--src/lib/dcp_video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h
index 3af657e17..d6f62d2bb 100644
--- a/src/lib/dcp_video.h
+++ b/src/lib/dcp_video.h
@@ -49,7 +49,7 @@ class PlayerVideo;
class DCPVideo
{
public:
- DCPVideo(void)
+ DCPVideo()
: DCPVideo(nullptr, 0, 0, 0, Resolution::TWO_K)
{
}
@@ -73,7 +73,7 @@ public:
static std::shared_ptr<dcp::OpenJPEGImage> convert_to_xyz (std::shared_ptr<const PlayerVideo> frame, dcp::NoteHandler note);
void convert_to_xyz(uint16_t* dst);
- dcp::Size get_size(void);
+ dcp::Size get_size();
private: