X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fffmpeg.cc;h=1f16514d7496b780b31d1ff5a4002d54c0f63923;hp=bbf9bbed9405fb602b1fd2d69f69d408daa5fc00;hb=73654117144c6de0ec4efe39ddc88485df546cc9;hpb=b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f diff --git a/src/lib/ffmpeg.cc b/src/lib/ffmpeg.cc index bbf9bbed9..1f16514d7 100644 --- a/src/lib/ffmpeg.cc +++ b/src/lib/ffmpeg.cc @@ -23,12 +23,12 @@ #include "film.h" #include "exceptions.h" #include "util.h" -#include "raw_convert.h" #include "log.h" #include "ffmpeg_subtitle_stream.h" #include "ffmpeg_audio_stream.h" #include "digester.h" #include "compose.hpp" +#include extern "C" { #include #include @@ -46,6 +46,7 @@ using std::cerr; using std::vector; using boost::shared_ptr; using boost::optional; +using dcp::raw_convert; boost::mutex FFmpeg::_mutex; boost::weak_ptr FFmpeg::_ffmpeg_log;