summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-27 15:54:13 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-27 15:54:13 +0100
commit52dc5e2f2d0e5be8e9ba75b5978a1de58b11cb25 (patch)
tree131d4cda682f1ca95ebf7f24004e272f4c4a62d3 /src/lib/transcoder.cc
parentee1ff372a27202a0244f48a04c955dbb48644573 (diff)
Fix Player::dcp_to_content_video with similar but not equal content/DCP frame rates.
Diffstat (limited to 'src/lib/transcoder.cc')
-rw-r--r--src/lib/transcoder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/transcoder.cc b/src/lib/transcoder.cc
index ad8e4ab9b..27e35ac52 100644
--- a/src/lib/transcoder.cc
+++ b/src/lib/transcoder.cc
@@ -32,6 +32,7 @@
#include "player.h"
#include "job.h"
#include "writer.h"
+#include "compose.hpp"
#include "subtitle_content.h"
#include <boost/signals2.hpp>
#include <boost/foreach.hpp>