diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-08 01:13:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-16 02:07:37 +0100 |
| commit | a7fa6e05bf01b7739556b1310db90326bf4b7cbc (patch) | |
| tree | 89585b6bae91293a60027375ef9870853ee40866 /src/lib/dcp_video.h | |
| parent | 3f6a9b5e51ec39a66f61705278cbd8995a32b052 (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); |
