Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / ffmpeg_stream.h
index 6bbcd0b0131d441af5d469edf65031bdc5010d93..0930ea2b433de047c8286a23b64e6264c298a764 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef DCPOMATIC_FFMPEG_STREAM_H
 #define DCPOMATIC_FFMPEG_STREAM_H
 
-#include <boost/lexical_cast.hpp>
 #include <libcxml/cxml.h>
+#include <boost/lexical_cast.hpp>
 
 struct AVFormatContext;
 struct AVStream;
@@ -33,7 +33,7 @@ public:
                : name (n)
                , _id (i)
        {}
-                               
+
        FFmpegStream (cxml::ConstNodePtr);
 
        void as_xml (xmlpp::Node *) const;
@@ -57,7 +57,7 @@ public:
 
        friend bool operator== (FFmpegStream const & a, FFmpegStream const & b);
        friend bool operator!= (FFmpegStream const & a, FFmpegStream const & b);
-       
+
 private:
        int _id;
 };