diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-07 12:12:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-07 12:12:15 +0000 |
| commit | 77f7f3be256f81d2977bccdb236582e18a625ba7 (patch) | |
| tree | 2b3880043171559a2d6b938c3c1746ba6ea5874c /src/lib/dcp_video.h | |
| parent | 48073ddb0a9a6e9c9dd81b04b196230f4372447b (diff) | |
Make a note in the log when XYZ values are clamped by libdcp on XYZ -> RGB conversion.
Diffstat (limited to 'src/lib/dcp_video.h')
| -rw-r--r-- | src/lib/dcp_video.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index 9a6ae8d91..af4712b2b 100644 --- a/src/lib/dcp_video.h +++ b/src/lib/dcp_video.h @@ -26,7 +26,6 @@ * @brief A single frame of video destined for a DCP. */ -class Film; class ServerDescription; class Scaler; class Image; @@ -50,7 +49,7 @@ public: DCPVideo (boost::shared_ptr<const PlayerVideo>, int, int, int, Resolution, bool b, boost::shared_ptr<Log>); DCPVideo (boost::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr, boost::shared_ptr<Log>); - boost::shared_ptr<EncodedData> encode_locally (); + boost::shared_ptr<EncodedData> encode_locally (dcp::NoteHandler note); boost::shared_ptr<EncodedData> encode_remotely (ServerDescription); int index () const { |
