X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ftranscode_job.h;h=23a856069d15b6529be66aa6cfebd4f3355c8bfc;hp=97a7d49f2c8efb4082513256ceb7cb84f401de96;hb=aeb835a18c8df347e0ed68fb24631b320abeb611;hpb=e894cfe3d891135d1b92b62603a464e42bd6ed5c diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index 97a7d49f2..23a856069 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 @@ -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;