Hand-apply e30fd8d; resurrect JSON server code.
[dcpomatic.git] / src / lib / transcode_job.h
index 9128206d29dc9c9e42460cafecfa4748f0a1c0db..e0145d7d06e082a998bda94f172546166700c7c4 100644 (file)
@@ -21,8 +21,8 @@
  *  @brief A job which transcodes from one format to another.
  */
 
-#include <boost/shared_ptr.hpp>
 #include "job.h"
+#include <boost/shared_ptr.hpp>
 
 class Transcoder;
 
@@ -35,6 +35,7 @@ public:
        TranscodeJob (boost::shared_ptr<const Film> f);
        
        std::string name () const;
+       std::string json_name () const;
        void run ();
        std::string status () const;