diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-20 12:35:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-11-20 12:35:24 +0100 |
| commit | ddf8e31d94c4f6eb7b336ee7168a6a6499ded515 (patch) | |
| tree | 0cf401c539538a47fd90b6a1d05fa888fc51eb25 /src/lib/video_decoder.h | |
| parent | d156b28048786468be10ede5f79147f74ab1d83a (diff) | |
Restore checking of 2D files that are incorrectly set as 3D.
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 954b8f365..62757e3a9 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -67,6 +67,7 @@ private: boost::optional<Frame> _last_emitted_frame; boost::optional<Eyes> _last_emitted_eyes; boost::optional<dcpomatic::ContentTime> _position; + std::vector<Frame> _last_threed_frames; }; #endif |
