diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-11 23:15:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-11 23:15:13 +0100 |
| commit | 396cddb7c112aedc80a106a785083aea05b8b741 (patch) | |
| tree | a821bed4357ddd44bb76799bba9372530e62ba27 /src/lib/reel_writer.h | |
| parent | 12eb3f36b30087c136a9855706450cbb01ffd7c2 (diff) | |
Revert "Temporary hack to double-check existing frame hashes."
This reverts commit 9fe5ea488461355a779db1b6b56f93ef375bac41.
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 96f6ea049..dd98f0c49 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, int frame) const; + bool existing_picture_frame_ok (FILE* asset_file, FILE* info_file) const; boost::shared_ptr<const Film> _film; |
