Run clang-format on Aaron's patch.
[dcpomatic.git] / src / lib / dcp_video.h
index c09442d1645c50662bddd6d11ea77247110643c7..3af657e171096a97db3b12df0738241fa5ad1f78 100644 (file)
@@ -49,7 +49,10 @@ class PlayerVideo;
 class DCPVideo
 {
 public:
-       DCPVideo (void) : DCPVideo(nullptr,0,0,0,Resolution::TWO_K){}
+       DCPVideo(void)
+               : DCPVideo(nullptr, 0, 0, 0, Resolution::TWO_K)
+       {
+       }
        DCPVideo (std::shared_ptr<const PlayerVideo>, int index, int dcp_fps, int bandwidth, Resolution r);
        DCPVideo (std::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr);
 
@@ -69,8 +72,9 @@ public:
 
        static std::shared_ptr<dcp::OpenJPEGImage> convert_to_xyz (std::shared_ptr<const PlayerVideo> frame, dcp::NoteHandler note);
 
-       void convert_to_xyz (uint16_t *dst);
+       void convert_to_xyz(uint16_t* dst);
        dcp::Size get_size(void);
+
 private:
 
        void add_metadata (xmlpp::Element *) const;