Remove a couple of uses of ofstream.
[dcpomatic.git] / src / lib / ffmpeg.h
index 4d1a45da3b9c866c48d6757523bfb4d18acf364d..d5f4db2916c67e45fb014bb676397579a1cb8ef4 100644 (file)
@@ -41,7 +41,7 @@ class FFmpegContent;
 class FFmpeg
 {
 public:
-       FFmpeg (boost::shared_ptr<const FFmpegContent>);
+       FFmpeg (boost::shared_ptr<const FFmpegContent>, bool);
        virtual ~FFmpeg ();
 
        boost::shared_ptr<const FFmpegContent> ffmpeg_content () const {
@@ -67,7 +67,7 @@ protected:
        static boost::mutex _mutex;
 
 private:
-       void setup_general ();
+       void setup_general (bool);
        void setup_video ();
        void setup_audio ();
 };