Tidy up test film naming.
[dcpomatic.git] / src / lib / encoder.h
index 3317d30d18497290ffa3f01b893c576890cdc45c..561e419017b1e75488edf9cf0f55bdb85114bc7a 100644 (file)
@@ -55,7 +55,7 @@ public:
        Encoder (boost::shared_ptr<const FilmState> s, boost::shared_ptr<const Options> o, Log* l);
 
        /** Called to indicate that a processing run is about to begin */
-       virtual void process_begin (int64_t audio_channel_layout, AVSampleFormat audio_sample_format) = 0;
+       virtual void process_begin (int64_t audio_channel_layout) = 0;
 
        /** Called with a frame of video.
         *  @param i Video frame image.