diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-27 23:03:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-27 23:03:34 +0100 |
| commit | e935952ec68482352294fed637d4bfa533120e36 (patch) | |
| tree | a18ed89ff206b517ebca98550de53157dbe59913 /src | |
| parent | c49603454bec60098d10241846aa5008396f9973 (diff) | |
FIx -Wreorder.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/dcp_examiner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index 9d6faa7e8..0e0b3ef83 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -115,12 +115,12 @@ private: boost::optional<int> _audio_frame_rate; Frame _audio_length; std::string _name; - bool _has_subtitles; - bool _encrypted; /** true if this DCP has video content (but false if it has unresolved references to video content) */ bool _has_video; /** true if this DCP has audio content (but false if it has unresolved references to audio content) */ bool _has_audio; + bool _has_subtitles; + bool _encrypted; bool _needs_assets; bool _kdm_valid; boost::optional<dcp::Standard> _standard; |
