Ignore audio streams with no codec, instead of crashing.
[dcpomatic.git] / src / lib / send_problem_report_job.h
index ff787852ea129f1fd806caa3317b9d367abdbe62..af1a4b26901688efb7a164050d9de09a5acd9bca 100644 (file)
@@ -26,11 +26,13 @@ class SendProblemReportJob : public Job
 {
 public:
        SendProblemReportJob (
-               boost::shared_ptr<const Film>,
+               boost::shared_ptr<const Film> film,
                std::string from,
                std::string summary
                );
 
+       ~SendProblemReportJob ();
+
        std::string name () const;
        std::string json_name () const;
        void run ();