diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-28 18:43:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-28 18:43:27 +0000 |
| commit | 8e7d91ac8b945d66a65fc7b20249cd1c7796c7fa (patch) | |
| tree | 8cab651afa0d57b99978e1ff472f5d19de4c0ec8 /src/lib/dcp_video_frame.h | |
| parent | b1873c51b2e8265a01a8f0eced7fc3465f1677dc (diff) | |
Write more extensive information about frames, and hash the MXF packet rather than the J2K data.
Diffstat (limited to 'src/lib/dcp_video_frame.h')
| -rw-r--r-- | src/lib/dcp_video_frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h index e988b663a..be8a559b2 100644 --- a/src/lib/dcp_video_frame.h +++ b/src/lib/dcp_video_frame.h @@ -19,6 +19,7 @@ */ #include <openjpeg.h> +#include <libdcp/picture_asset.h> #include "util.h" /** @file src/dcp_video_frame.h @@ -48,7 +49,7 @@ public: void send (boost::shared_ptr<Socket> socket); void write (boost::shared_ptr<const Film>, int) const; - void write_hash (boost::shared_ptr<const Film>, int) const; + void write_info (boost::shared_ptr<const Film>, int, libdcp::FrameInfo) const; /** @return data */ uint8_t* data () const { |
