Merge branch 'master' of /home/carl/git/dvdomatic
[dcpomatic.git] / src / lib / j2k_wav_encoder.h
index 656af8321321940471f84ef2731724c59c6fa9ca..1c2f5006590028aa503876c507173787dcd21f58 100644 (file)
@@ -29,7 +29,7 @@
 #include <sndfile.h>
 #include "encoder.h"
 
-class Server;
+class ServerDescription;
 class DCPVideoFrame;
 class Image;
 class Log;
@@ -50,7 +50,7 @@ public:
 
 private:       
 
-       void encoder_thread (Server *);
+       void encoder_thread (ServerDescription *);
        void close_sound_files ();
        void terminate_worker_threads ();