Some include tidying.
[dcpomatic.git] / src / lib / scaler.h
index 6a039edd8d037878503ea79fdf971c5e2d1eb782..0f0bcb1aa14485a8846cf6b466e9e8c6c0a2bf04 100644 (file)
@@ -24,9 +24,9 @@
 #ifndef DCPOMATIC_SCALER_H
 #define DCPOMATIC_SCALER_H
 
+#include <boost/utility.hpp>
 #include <string>
 #include <vector>
-#include <boost/utility.hpp>
 
 /** @class Scaler
  *  @brief Class to describe one of FFmpeg's software scalers
@@ -36,7 +36,7 @@ class Scaler : public boost::noncopyable
 public:
        Scaler (int f, std::string i, std::string n);
 
-       /** @return id used for calls to FFmpeg's pp_postprocess */
+       /** @return id used for calls to FFmpeg's sws_getContext */
        int ffmpeg_id () const {
                return _ffmpeg_id;
        }