diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-09 23:39:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-09 23:39:42 +0100 |
| commit | 9fe5ea488461355a779db1b6b56f93ef375bac41 (patch) | |
| tree | 0fb522984c7fdc52d3ed924675f098da278a57f7 /src/lib/reel_writer.h | |
| parent | 8d8e9f96ef2023e709cacd263cee608443cecb03 (diff) | |
Temporary hack to double-check existing frame hashes.
Diffstat (limited to 'src/lib/reel_writer.h')
| -rw-r--r-- | src/lib/reel_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h index dd98f0c49..96f6ea049 100644 --- a/src/lib/reel_writer.h +++ b/src/lib/reel_writer.h @@ -87,7 +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; + bool existing_picture_frame_ok (FILE* asset_file, FILE* info_file, int frame) const; boost::shared_ptr<const Film> _film; |
