FIx -Wreorder.
authorCarl Hetherington <cth@carlh.net>
Fri, 27 Apr 2018 22:03:34 +0000 (23:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 27 Apr 2018 22:03:34 +0000 (23:03 +0100)
src/lib/dcp_examiner.h

index 9d6faa7e8d49ca230c55a0d7b179d6bc7f6d1a7d..0e0b3ef8347c4ae6c389f81ed708507e8c9179cd 100644 (file)
@@ -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;