Initial work on removing storage of subtitle times.
[dcpomatic.git] / src / lib / dcp_video.cc
index 89f541d8545d8c7333406ab73b76dbe108427aba..ba8057be06a97fa0f0ff751ca25e0b2a20f76884 100644 (file)
@@ -43,7 +43,6 @@
 #include <dcp/openjpeg_image.h>
 #include <dcp/rgb_xyz.h>
 #include <dcp/j2k.h>
-#include <dcp/colour_matrix.h>
 #include <libxml++/libxml++.h>
 #include <boost/asio.hpp>
 #include <boost/thread.hpp>
@@ -149,6 +148,7 @@ DCPVideo::encode_locally (dcp::NoteHandler note)
 
 /** Send this frame to a remote server for J2K encoding, then read the result.
  *  @param serv Server to send to.
+ *  @param timeout timeout in seconds.
  *  @return Encoded data.
  */
 Data