Fix odd behaviour when analysing single bits of audio which start at non-zero positio...
[dcpomatic.git] / src / lib / job_manager.h
index c623b6ef98d7f7fd5831b9644281a10946b58084..9cba0fd094a46bd44796532543e6e7ac9ebce4ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -50,6 +50,7 @@ public:
        void analyse_audio (
                boost::shared_ptr<const Film> film,
                boost::shared_ptr<const Playlist> playlist,
+               bool from_zero,
                boost::signals2::connection& connection,
                boost::function<void()> ready
                );