Extract audio more correctly and neatly; support 7.1 in DCP naming; fix up lack of...
[dcpomatic.git] / src / lib / imagemagick_encoder.h
index 06f1723b196351fbb84e448e3fba2b06c27f3a69..29767ed033a3261336a531397f3c815bb4421d1a 100644 (file)
@@ -36,7 +36,7 @@ class ImageMagickEncoder : public Encoder
 public:
        ImageMagickEncoder (boost::shared_ptr<const FilmState> s, boost::shared_ptr<const Options> o, Log* l);
 
-       void process_begin (int64_t audio_channel_layout, AVSampleFormat audio_sample_format) {}
+       void process_begin (int64_t audio_channel_layout) {}
        void process_video (boost::shared_ptr<Image>, int, boost::shared_ptr<Subtitle>);
        void process_audio (boost::shared_ptr<const AudioBuffers>) {}
        void process_end () {}