summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-02 23:58:07 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-05 12:58:13 +0100
commit2970a579fa3e3f980f8a9d0cfea44b93ca05602a (patch)
tree88c340eb79cd0b83496a809cf4f12e5b370dc785 /src/lib/ffmpeg.cc
parentb03f2277a205ff7e7cdaa12c6e52322ea474a7af (diff)
Remove some unused includes.
Diffstat (limited to 'src/lib/ffmpeg.cc')
-rw-r--r--src/lib/ffmpeg.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ffmpeg.cc b/src/lib/ffmpeg.cc
index 550e045b3..c6867c081 100644
--- a/src/lib/ffmpeg.cc
+++ b/src/lib/ffmpeg.cc
@@ -32,7 +32,6 @@
#include "log.h"
#include "memory_util.h"
#include "util.h"
-#include <dcp/raw_convert.h>
extern "C" {
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
@@ -50,7 +49,6 @@ using std::cerr;
using std::vector;
using std::shared_ptr;
using boost::optional;
-using dcp::raw_convert;
using namespace dcpomatic;