Remove unused parameter.
authorCarl Hetherington <cth@carlh.net>
Thu, 1 Mar 2018 23:39:47 +0000 (23:39 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 1 Mar 2018 23:39:47 +0000 (23:39 +0000)
src/lib/ffmpeg_encoder.h

index 43c0d948bb4f75c28d9b53f44142b6b27f13fd8f..ca1aa6fbca893f479f19df04b8c7c49f2afc6a39 100644 (file)
@@ -53,7 +53,7 @@ public:
 
 private:
        void video (boost::shared_ptr<PlayerVideo>, DCPTime);
-       void audio (boost::shared_ptr<AudioBuffers>, DCPTime);
+       void audio (boost::shared_ptr<AudioBuffers>);
        void subtitle (PlayerSubtitles, DCPTimePeriod);
 
        void setup_video ();