X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftranscode_job.h;h=6e3c1ead9314cc5af7bb2877f208c38ae4358fa3;hb=b5b20f829ed95febe7aba55ebe3679c998b35b5e;hp=7880a925ebb56e4921fea0b2745ab1b3f1882788;hpb=92cafb6fc686a041354da2eabde6bcb2f6846e1d;p=dcpomatic.git diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index 7880a925e..6e3c1ead9 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -32,9 +32,10 @@ class Transcoder; class TranscodeJob : public Job { public: - TranscodeJob (boost::shared_ptr f); + TranscodeJob (boost::shared_ptr f); std::string name () const; + std::string json_name () const; void run (); std::string status () const;