diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-31 03:14:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-31 03:14:24 +0100 |
| commit | 8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8 (patch) | |
| tree | f8b25b13ac3732838be259e469d045438d999e7b /src/lib/reel_writer.h | |
| parent | 4985d87750c87019dfe5dc7ef44e12c45326dd0e (diff) | |
More enum class additions.
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 019917abc..5eb0e1b08 100644 --- a/src/lib/reel_writer.h +++ b/src/lib/reel_writer.h @@ -122,7 +122,7 @@ private: /** the first picture frame index that does not already exist in our MXF */ int _first_nonexistant_frame; /** the data of the last written frame, if there is one */ - std::shared_ptr<const dcp::Data> _last_written[EYES_COUNT]; + std::shared_ptr<const dcp::Data> _last_written[static_cast<int>(Eyes::COUNT)]; /** index of this reel within the DCP (starting from 0) */ int _reel_index; /** number of reels in the DCP */ |
