diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-09 16:29:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-09 16:29:21 +0100 |
| commit | 92b7d1cffbd0d457f8b4b23cc72937bcf8e5ed5e (patch) | |
| tree | b175db682422765468991702e8563bcd89713b70 /src/lib/transcode_job.cc | |
| parent | 7392cb8383c9b857edad5f99eaf917ed70da237d (diff) | |
Tidying.
Diffstat (limited to 'src/lib/transcode_job.cc')
| -rw-r--r-- | src/lib/transcode_job.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/transcode_job.cc b/src/lib/transcode_job.cc index f5ddf1754..e16917224 100644 --- a/src/lib/transcode_job.cc +++ b/src/lib/transcode_job.cc @@ -26,8 +26,8 @@ #include "analytics.h" #include "compose.hpp" -#include "content.h" #include "config.h" +#include "content.h" #include "dcp_encoder.h" #include "dcpomatic_log.h" #include "encoder.h" @@ -44,13 +44,13 @@ using std::cout; +using std::dynamic_pointer_cast; using std::fixed; using std::make_shared; using std::setprecision; using std::shared_ptr; using std::string; using boost::optional; -using std::dynamic_pointer_cast; /** @param film Film to use */ |
