X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftranscode_job.h;h=efe3f971993d818a4c5abe96c3c59d3d446d4579;hb=53eea12d3e0d7925d5949de92859bc358ee0adcc;hp=7880a925ebb56e4921fea0b2745ab1b3f1882788;hpb=47f25009bcbc765e397bcb471dd361a511c99daf;p=dcpomatic.git diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index 7880a925e..efe3f9719 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,8 +21,8 @@ * @brief A job which transcodes from one format to another. */ -#include #include "job.h" +#include class Transcoder; @@ -32,9 +32,10 @@ class Transcoder; class TranscodeJob : public Job { public: - TranscodeJob (boost::shared_ptr f); + TranscodeJob (boost::shared_ptr); std::string name () const; + std::string json_name () const; void run (); std::string status () const;