Tidy and fix logging.
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
index 63826e2d5169bbe26298d910132f17955b8d440c..8b9d0b67c2a7269af994690ca52ede24a6880bc2 100644 (file)
@@ -38,7 +38,6 @@ public:
                int video_frame_rate,
                int audio_frame_rate,
                int channels,
-               boost::shared_ptr<Log> log,
                ExportFormat,
                int x264_crf,
                boost::filesystem::path output
@@ -79,7 +78,6 @@ private:
        dcp::Size _video_frame_size;
        int _video_frame_rate;
        int _audio_frame_rate;
-       boost::shared_ptr<Log> _log;
 
        boost::shared_ptr<AudioBuffers> _pending_audio;