Swap deprecated FFmpeg call.
[dcpomatic.git] / src / lib / scaler.h
index 6a039edd8d037878503ea79fdf971c5e2d1eb782..14077ff1dc803349c75b4faf3452f411531e007b 100644 (file)
@@ -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;
        }