diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-08 01:13:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:01:57 +0100 |
| commit | dabc316eb22a4c84a15b266bf07f335a6cd9dca3 (patch) | |
| tree | 1986f2f32faca06ce7447ff091796e0d3d0f4295 /src/lib/dcp_video.h | |
| parent | b054a6fe8359d91ed6afd5a250abd766cfafa196 (diff) | |
Remove default constructor from DCPVideo.
Diffstat (limited to 'src/lib/dcp_video.h')
| -rw-r--r-- | src/lib/dcp_video.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index 67a2c9f44..d07c8322b 100644 --- a/src/lib/dcp_video.h +++ b/src/lib/dcp_video.h @@ -49,7 +49,6 @@ class PlayerVideo; class DCPVideo { public: - DCPVideo() : DCPVideo(nullptr, 0, 0, 0, Resolution::TWO_K) {} DCPVideo (std::shared_ptr<const PlayerVideo>, int index, int dcp_fps, int bandwidth, Resolution r); DCPVideo (std::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr); |
