diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-06 19:59:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-11 11:56:22 +0000 |
| commit | 17df947ac256397311a11894062070f8069c7e75 (patch) | |
| tree | bb84d231ae31cab2e7e4d6546c62fcd88150b4d8 /src/lib/encoder.h | |
| parent | d499ec381ea5fbbae954531be9d66c9cc723c230 (diff) | |
Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ServerDescription -> EncodeServerDescription.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index d5b1455d7..20f2951b6 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -37,7 +37,7 @@ #include <stdint.h> class Film; -class ServerDescription; +class EncodeServerDescription; class DCPVideo; class Writer; class Job; @@ -75,7 +75,7 @@ private: void enqueue (boost::shared_ptr<PlayerVideo> f); void frame_done (); - void encoder_thread (boost::optional<ServerDescription>); + void encoder_thread (boost::optional<EncodeServerDescription>); void terminate_threads (); void servers_list_changed (); |
