Stop erroneous addition of text subtitles to the lists (when
[dcpomatic.git] / src / lib / dcp_video.h
index 05aa0ff7c31b9e56aea469eb20f050adc6e3ded6..a61a757bd0900221c69e0721880a921d7cbb062d 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 #include "types.h"
-#include "server_description.h"
+#include "encode_server_description.h"
 #include <libcxml/cxml.h>
 #include <dcp/data.h>
 
@@ -46,7 +46,7 @@ public:
        DCPVideo (boost::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr, boost::shared_ptr<Log>);
 
        dcp::Data encode_locally (dcp::NoteHandler note);
-       dcp::Data encode_remotely (ServerDescription, int timeout = 30);
+       dcp::Data encode_remotely (EncodeServerDescription, int timeout = 30);
 
        int index () const {
                return _index;