diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-20 23:11:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-20 23:11:18 +0000 |
| commit | 5e7de85ce53a42b90023a2160d3450a7af4a4b61 (patch) | |
| tree | 7020eb41d9a5e319b794f6cd587e7835631902e2 /src/lib/dcp_video_frame.h | |
| parent | a9911ae2e5d5ea1ca63e96eb0dd0290f97fefe47 (diff) | |
Write hashes of encoded frames.
Diffstat (limited to 'src/lib/dcp_video_frame.h')
| -rw-r--r-- | src/lib/dcp_video_frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h index 2ad2b0d44..1d434505a 100644 --- a/src/lib/dcp_video_frame.h +++ b/src/lib/dcp_video_frame.h @@ -49,6 +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; /** @return data */ uint8_t* data () const { |
