diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-09 22:44:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-09 22:44:02 +0100 |
| commit | 8d8e9f96ef2023e709cacd263cee608443cecb03 (patch) | |
| tree | 1880a44a04b5b63ece475444a99454c1424223fa /src/lib/reel_writer.h | |
| parent | 29d0bfcd3a89b68f52ffd4cee40634acbe4640cd (diff) | |
Factor out checking of a single picture frame's hash.
Diffstat (limited to 'src/lib/reel_writer.h')
| -rw-r--r-- | src/lib/reel_writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h index 64b62fe22..dd98f0c49 100644 --- a/src/lib/reel_writer.h +++ b/src/lib/reel_writer.h @@ -87,6 +87,7 @@ private: void write_frame_info (Frame frame, Eyes eyes, dcp::FrameInfo info) const; long frame_info_position (Frame frame, Eyes eyes) const; void check_existing_picture_asset (); + bool existing_picture_frame_ok (FILE* asset_file, FILE* info_file) const; boost::shared_ptr<const Film> _film; |
