Fix fill_2d not doing what it is specified to do.
[dcpomatic.git] / src / lib / sndfile_content.h
index 75c723518ea61ebf48ed6e06163b2894e71fe53b..1fff01f602508e074e4502bdeb9074fe8b0910f9 100644 (file)
 #ifndef DCPOMATIC_SNDFILE_CONTENT_H
 #define DCPOMATIC_SNDFILE_CONTENT_H
 
+#include "single_stream_audio_content.h"
 extern "C" {
 #include <libavutil/audioconvert.h>
 }
-#include "single_stream_audio_content.h"
 
 namespace cxml {
        class Node;
@@ -41,7 +41,7 @@ public:
        
        DCPTime full_length () const;
        
-       void examine (boost::shared_ptr<Job>);
+       void examine (boost::shared_ptr<Job>, bool calculate_digest);
        std::string summary () const;
        std::string technical_summary () const;
        std::string information () const;