diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-01 01:22:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-01 01:22:58 +0100 |
| commit | 605389f7c3af2cdf1ec457ee78709cf8a5bb90d9 (patch) | |
| tree | 6dc1de9bde83f3bc7e972458bcb7186b15b6b064 /src/lib/dcp_video.h | |
| parent | 497106109e36b5ed16b4c37b46a1a010330e76d8 (diff) | |
Add some parameter names in headers.
Diffstat (limited to 'src/lib/dcp_video.h')
| -rw-r--r-- | src/lib/dcp_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index 5d8b9b720..8efd680a2 100644 --- a/src/lib/dcp_video.h +++ b/src/lib/dcp_video.h @@ -42,7 +42,7 @@ class PlayerVideo; class DCPVideo : public boost::noncopyable { public: - DCPVideo (std::shared_ptr<const PlayerVideo>, int, int, int, Resolution); + DCPVideo (std::shared_ptr<const PlayerVideo>, int index, int dcp_fps, int bandwidth, Resolution r); DCPVideo (std::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr); dcp::ArrayData encode_locally (); |
