X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftranscode_job.h;h=e0145d7d06e082a998bda94f172546166700c7c4;hb=f07623551706b849190c84059bac455088f8eb1e;hp=9128206d29dc9c9e42460cafecfa4748f0a1c0db;hpb=491daf8790f35611052d8954d5d74df275dcda18;p=dcpomatic.git diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index 9128206d2..e0145d7d0 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -21,8 +21,8 @@ * @brief A job which transcodes from one format to another. */ -#include #include "job.h" +#include class Transcoder; @@ -35,6 +35,7 @@ public: TranscodeJob (boost::shared_ptr f); std::string name () const; + std::string json_name () const; void run (); std::string status () const;