From d8ea1796f34ff894b148a0af78c0a547e0496ee1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 May 2017 11:54:19 +0100 Subject: Rename some classes. --- src/lib/transcode_job.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/transcode_job.h') diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index ae1a75804..47611525a 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -25,10 +25,10 @@ #include "job.h" #include -class Transcoder; +class Encoder; /** @class TranscodeJob - * @brief A job which transcodes from one format to another. + * @brief A job which transcodes a Film to another format. */ class TranscodeJob : public Job { @@ -40,10 +40,10 @@ public: void run (); std::string status () const; - void set_transcoder (boost::shared_ptr t); + void set_encoder (boost::shared_ptr t); private: int remaining_time () const; - boost::shared_ptr _transcoder; + boost::shared_ptr _encoder; }; -- cgit v1.2.3