diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-14 12:11:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-14 12:11:50 +0100 |
| commit | 3ae21bc7e7e0278a1ee15d365971eeb3dcabcbf6 (patch) | |
| tree | dc231aeb0f9d31e6e3e04888b4302130953385e4 /src/lib/dcp_content.h | |
| parent | b19543a036c389c9970a65f77606afb55d9fd11d (diff) | |
Set correct video frame type when importing DCPs (part of #806).
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 255cfa19a..cb9279706 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -141,6 +141,7 @@ private: bool _reference_subtitle; boost::optional<dcp::Standard> _standard; + bool _three_d; }; #endif |
